Html Css Color HEX #E9CD2D Golden Dream

📋 copy color: '#E9CD2D'

red 233 ◦ green 205 ◦ blue 45

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

Shades of Golden Dream #E9CD2D

Tints of Golden Dream #E9CD2D

RGB

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

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

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

R = 48.24%
G = 42.44%
B = 9.32%

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

#E9CD2D (or 0xE9CD2D) is known color: Golden Dream. HEX triplet: E9, CD and 2D. RGB value is (233,205,45). Sum of RGB (Red+Green+Blue) = 233+205+45=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9CD2D is #1632D2. Grayscale: #C3C3C3. Windows color (decimal): -1454803 or 3001833. OLE color: 3001833.

HSL color Cylindrical-coordinate representation of color #E9CD2D: hue angle of 51.06º 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 #E9CD2D is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 205 45 -
CMYK 0 0.12 0.81 0.09
HSL 51.06º 0.81% 0.55% -
HSV(B) 51.06º 0.81% 0.91% -
XYZ 55.91 61.18 11.34 -
YUV 195.13 43.28 155.01 -
System Red Green Blue C M Y K H S L
Decimal 233 205 45 0 0.12 0.81 0.09 51.06 0.81 0.55
Hex E9 CD 2D 0 C 51 9 33 51 37
Octal 351 315 55 0 14 121 11 63 121 67
Binary 11101001 11001101 101101 0 1100 1010001 1001 110011 1010001 110111

Color Harmonies of #E9CD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CD2D

Black with #E9CD2D

Text Example


Text Example

White with #E9CD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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