Html Css Color HEX #E9CC2D Golden Dream

📋 copy color: '#E9CC2D'

red 233 ◦ green 204 ◦ blue 45

#E9CC2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Dream #E9CC2D

Tints of Golden Dream #E9CC2D

RGB

 RED value IS 233 (91.41% from 255) = 48.34%

 GREEN value IS 204 (80.08% from 255) = 42.32%

 BLUE value IS 45 (17.97% from 255) = 9.34%

R = 48.34%
G = 42.32%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9CC2D (or 0xE9CC2D) is known color: Golden Dream. HEX triplet: E9, CC and 2D. RGB value is (233,204,45). Sum of RGB (Red+Green+Blue) = 233+204+45=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CC2D is #1633D2. Grayscale: #C3C3C3. Windows color (decimal): -1455059 or 3001577. OLE color: 3001577.

HSL color Cylindrical-coordinate representation of color #E9CC2D: hue angle of 50.74º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9CC2D is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 204 45 -
CMYK 0 0.12 0.81 0.09
HSL 50.74º 0.81% 0.55% -
HSV(B) 50.74º 0.81% 0.91% -
XYZ 55.67 60.7 11.26 -
YUV 194.55 43.61 155.43 -
System Red Green Blue C M Y K H S L
Decimal 233 204 45 0 0.12 0.81 0.09 50.74 0.81 0.55
Hex E9 CC 2D 0 C 51 9 33 51 37
Octal 351 314 55 0 14 121 11 63 121 67
Binary 11101001 11001100 101101 0 1100 1010001 1001 110011 1010001 110111

Color Harmonies of #E9CC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CC2D

Black with #E9CC2D

Text Example


Text Example

White with #E9CC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CC2D; }

 p { color: rgb(233,204,45); }

 H1.HeaderClassName
 {
   color: #E9CC2D;
 }
 .AnyTagClassName
 {
   color: #E9CC2D;
 }
</style>

background-color css

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

 a { background-color: rgb(233,204,45); }

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

border-color css

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

 span { border-color: rgb(233,204,45); }

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