Html Css Color HEX #EECE2D Golden Dream

📋 copy color: '#EECE2D'

red 238 ◦ green 206 ◦ blue 45

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

Shades of Golden Dream #EECE2D

Tints of Golden Dream #EECE2D

RGB

 RED value IS 238 (93.36% from 255) = 48.67%

 GREEN value IS 206 (80.86% from 255) = 42.13%

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

R = 48.67%
G = 42.13%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EECE2D (or 0xEECE2D) is known color: Golden Dream. HEX triplet: EE, CE and 2D. RGB value is (238,206,45). Sum of RGB (Red+Green+Blue) = 238+206+45=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE2D is #1131D2. Grayscale: #C5C5C5. Windows color (decimal): -1126867 or 3002094. OLE color: 3002094.

HSL color Cylindrical-coordinate representation of color #EECE2D: hue angle of 50.05º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EECE2D is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 206 45 -
CMYK 0 0.13 0.81 0.07
HSL 50.05º 0.85% 0.55% -
HSV(B) 50.05º 0.81% 0.93% -
XYZ 57.8 62.51 11.5 -
YUV 197.21 42.1 157.09 -
System Red Green Blue C M Y K H S L
Decimal 238 206 45 0 0.13 0.81 0.07 50.05 0.85 0.55
Hex EE CE 2D 0 D 51 7 32 55 37
Octal 356 316 55 0 15 121 7 62 125 67
Binary 11101110 11001110 101101 0 1101 1010001 111 110010 1010101 110111

Color Harmonies of #EECE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECE2D

Black with #EECE2D

Text Example


Text Example

White with #EECE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECE2D; }

 p { color: rgb(238,206,45); }

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

background-color css

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

 a { background-color: rgb(238,206,45); }

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

border-color css

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

 span { border-color: rgb(238,206,45); }

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