Html Css Color HEX #E9D231 Golden Dream

📋 copy color: '#E9D231'

red 233 ◦ green 210 ◦ blue 49

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

Shades of Golden Dream #E9D231

Tints of Golden Dream #E9D231

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.68%

 BLUE value IS 49 (19.53% from 255) = 9.96%

R = 47.36%
G = 42.68%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E9D231 (or 0xE9D231) is known color: Golden Dream. HEX triplet: E9, D2 and 31. RGB value is (233,210,49). Sum of RGB (Red+Green+Blue) = 233+210+49=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D231 is #162DCE. Grayscale: #C7C7C7. Windows color (decimal): -1453519 or 3265257. OLE color: 3265257.

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

Color convert

RGB 233 210 49 -
CMYK 0 0.10 0.79 0.09
HSL 52.5º 0.81% 0.55% -
HSV(B) 52.5º 0.79% 0.91% -
XYZ 57.21 63.64 12.17 -
YUV 198.52 43.62 152.59 -
System Red Green Blue C M Y K H S L
Decimal 233 210 49 0 0.10 0.79 0.09 52.5 0.81 0.55
Hex E9 D2 31 0 A 4F 9 34 51 37
Octal 351 322 61 0 12 117 11 64 121 67
Binary 11101001 11010010 110001 0 1010 1001111 1001 110100 1010001 110111

Color Harmonies of #E9D231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D231

Black with #E9D231

Text Example


Text Example

White with #E9D231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D231; }

 p { color: rgb(233,210,49); }

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

background-color css

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

 a { background-color: rgb(233,210,49); }

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

border-color css

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

 span { border-color: rgb(233,210,49); }

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