#E6DD34

Color #E6DD34 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #E6DD34

Tints of Starship #E6DD34

Color information

#E6DD34 (or 0xE6DD34) is unknown color: approx Starship. HEX triplet: E6, DD and 34. RGB value is (230,221,52). Sum of RGB (Red+Green+Blue) = 230+221+52=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 52 (20.70% from 255 or 10.34% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DD34 is #1922CB. Grayscale: #CDCDCD. Windows color (decimal): -1647308 or 3464678. OLE color: 3464678.

HSL color Cylindrical-coordinate representation of color #E6DD34: hue angle of 56.97º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6DD34 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB23022152-
CMYK00.040.770.10
HSL56.97º78.07%55.29%-
HSV(B)56.97º77.39%90.2%-
XYZ59.1168.7813.41-
YUV204.4241.98146.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 45.73%
GREEN value IS 221 (86.72% from 255) = 43.94%
BLUE value IS 52 (20.70% from 255) = 10.34%
R=45.73%
G=43.94%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302215200.040.770.1056.9778.0755.29
HexE6DD34044DA394e37
Octal3463356404115127111667
Binary11100110110111011101000100100110110101110011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DD34; }

 p { color: rgb(230,221,52); }

 H1.HeaderClassName
 {
   color: #E6DD34;
 }
 .AnyTagClassName
 {
   color: #E6DD34;
 }
</style>
background-color css

<style>
 a { background-color: #E6DD34; }

 a { background-color: rgb(230,221,52); }

 div.DivClassName
 {
   background-color: #E6DD34;
 }
 .BgClassName
 {
   background-color: #E6DD34;
 }
</style>
border-color css

<style>
 span { border-color: #E6DD34; }

 span { border-color: rgb(230,221,52); }

 td.TdClassName
 {
   border-color: #E6DD34;
 }
 .TagClassName
 {
   border-color: #E6DD34;
 }
</style>