Html Css Color HEX #EECC2D Golden Dream

📋 copy color: '#EECC2D'

red 238 ◦ green 204 ◦ blue 45

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

Shades of Golden Dream #EECC2D

Tints of Golden Dream #EECC2D

RGB

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

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

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

R = 48.87%
G = 41.89%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EECC2D (or 0xEECC2D) is known color: Golden Dream. HEX triplet: EE, CC and 2D. RGB value is (238,204,45). Sum of RGB (Red+Green+Blue) = 238+204+45=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECC2D is #1133D2. Grayscale: #C4C4C4. Windows color (decimal): -1127379 or 3001582. OLE color: 3001582.

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

Color convert

RGB 238 204 45 -
CMYK 0 0.14 0.81 0.07
HSL 49.43º 0.85% 0.55% -
HSV(B) 49.43º 0.81% 0.93% -
XYZ 57.33 61.55 11.34 -
YUV 196.04 42.76 157.93 -
System Red Green Blue C M Y K H S L
Decimal 238 204 45 0 0.14 0.81 0.07 49.43 0.85 0.55
Hex EE CC 2D 0 E 51 7 31 55 37
Octal 356 314 55 0 16 121 7 61 125 67
Binary 11101110 11001100 101101 0 1110 1010001 111 110001 1010101 110111

Color Harmonies of #EECC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECC2D

Black with #EECC2D

Text Example


Text Example

White with #EECC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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