Html Css Color HEX #EECA2B Golden Dream

📋 copy color: '#EECA2B'

red 238 ◦ green 202 ◦ blue 43

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

Shades of Golden Dream #EECA2B

Tints of Golden Dream #EECA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.9%

R = 49.28%
G = 41.82%
B = 8.9%

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

#EECA2B (or 0xEECA2B) is known color: Golden Dream. HEX triplet: EE, CA and 2B. RGB value is (238,202,43). Sum of RGB (Red+Green+Blue) = 238+202+43=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA2B is #1135D4. Grayscale: #C3C3C3. Windows color (decimal): -1127893 or 2869998. OLE color: 2869998.

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

Color convert

RGB 238 202 43 -
CMYK 0 0.15 0.82 0.07
HSL 48.92º 0.85% 0.55% -
HSV(B) 48.92º 0.82% 0.93% -
XYZ 56.82 60.59 10.99 -
YUV 194.64 42.43 158.93 -
System Red Green Blue C M Y K H S L
Decimal 238 202 43 0 0.15 0.82 0.07 48.92 0.85 0.55
Hex EE CA 2B 0 F 52 7 31 55 37
Octal 356 312 53 0 17 122 7 61 125 67
Binary 11101110 11001010 101011 0 1111 1010010 111 110001 1010101 110111

Color Harmonies of #EECA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA2B

Black with #EECA2B

Text Example


Text Example

White with #EECA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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