Html Css Color HEX #EECA2A Golden Dream

📋 copy color: '#EECA2A'

red 238 ◦ green 202 ◦ blue 42

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

Shades of Golden Dream #EECA2A

Tints of Golden Dream #EECA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.71%

R = 49.38%
G = 41.91%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EECA2A (or 0xEECA2A) is known color: Golden Dream. HEX triplet: EE, CA and 2A. RGB value is (238,202,42). Sum of RGB (Red+Green+Blue) = 238+202+42=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA2A is #1135D5. Grayscale: #C3C3C3. Windows color (decimal): -1127894 or 2804462. OLE color: 2804462.

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

Color convert

RGB 238 202 42 -
CMYK 0 0.15 0.82 0.07
HSL 48.98º 0.85% 0.55% -
HSV(B) 48.98º 0.82% 0.93% -
XYZ 56.8 60.59 10.89 -
YUV 194.52 41.93 159.01 -
System Red Green Blue C M Y K H S L
Decimal 238 202 42 0 0.15 0.82 0.07 48.98 0.85 0.55
Hex EE CA 2A 0 F 52 7 31 55 37
Octal 356 312 52 0 17 122 7 61 125 67
Binary 11101110 11001010 101010 0 1111 1010010 111 110001 1010101 110111

Color Harmonies of #EECA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA2A

Black with #EECA2A

Text Example


Text Example

White with #EECA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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