Html Css Color HEX #E9CD2C Golden Dream

📋 copy color: '#E9CD2C'

red 233 ◦ green 205 ◦ blue 44

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

Shades of Golden Dream #E9CD2C

Tints of Golden Dream #E9CD2C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

 BLUE value IS 44 (17.58% from 255) = 9.13%

R = 48.34%
G = 42.53%
B = 9.13%

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

#E9CD2C (or 0xE9CD2C) is known color: Golden Dream. HEX triplet: E9, CD and 2C. RGB value is (233,205,44). Sum of RGB (Red+Green+Blue) = 233+205+44=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CD2C is #1632D3. Grayscale: #C3C3C3. Windows color (decimal): -1454804 or 2936297. OLE color: 2936297.

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

Color convert

RGB 233 205 44 -
CMYK 0 0.12 0.81 0.09
HSL 51.11º 0.81% 0.54% -
HSV(B) 51.11º 0.81% 0.91% -
XYZ 55.89 61.17 11.24 -
YUV 195.02 42.78 155.09 -
System Red Green Blue C M Y K H S L
Decimal 233 205 44 0 0.12 0.81 0.09 51.11 0.81 0.54
Hex E9 CD 2C 0 C 51 9 33 51 36
Octal 351 315 54 0 14 121 11 63 121 66
Binary 11101001 11001101 101100 0 1100 1010001 1001 110011 1010001 110110

Color Harmonies of #E9CD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CD2C

Black with #E9CD2C

Text Example


Text Example

White with #E9CD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CD2C; }

 p { color: rgb(233,205,44); }

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

background-color css

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

 a { background-color: rgb(233,205,44); }

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

border-color css

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

 span { border-color: rgb(233,205,44); }

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