Html Css Color HEX #EECA2D Golden Dream

📋 copy color: '#EECA2D'

red 238 ◦ green 202 ◦ blue 45

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

Shades of Golden Dream #EECA2D

Tints of Golden Dream #EECA2D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.65%

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

R = 49.07%
G = 41.65%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EECA2D (or 0xEECA2D) is known color: Golden Dream. HEX triplet: EE, CA and 2D. RGB value is (238,202,45). Sum of RGB (Red+Green+Blue) = 238+202+45=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA2D is #1135D2. Grayscale: #C3C3C3. Windows color (decimal): -1127891 or 3001070. OLE color: 3001070.

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

Color convert

RGB 238 202 45 -
CMYK 0 0.15 0.81 0.07
HSL 48.81º 0.85% 0.55% -
HSV(B) 48.81º 0.81% 0.93% -
XYZ 56.85 60.61 11.18 -
YUV 194.87 43.43 158.77 -
System Red Green Blue C M Y K H S L
Decimal 238 202 45 0 0.15 0.81 0.07 48.81 0.85 0.55
Hex EE CA 2D 0 F 51 7 31 55 37
Octal 356 312 55 0 17 121 7 61 125 67
Binary 11101110 11001010 101101 0 1111 1010001 111 110001 1010101 110111

Color Harmonies of #EECA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA2D

Black with #EECA2D

Text Example


Text Example

White with #EECA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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