Html Css Color HEX #EECA2E Golden Dream

📋 copy color: '#EECA2E'

red 238 ◦ green 202 ◦ blue 46

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

Shades of Golden Dream #EECA2E

Tints of Golden Dream #EECA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.47%

R = 48.97%
G = 41.56%
B = 9.47%

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

#EECA2E (or 0xEECA2E) is known color: Golden Dream. HEX triplet: EE, CA and 2E. RGB value is (238,202,46). Sum of RGB (Red+Green+Blue) = 238+202+46=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA2E is #1135D1. Grayscale: #C3C3C3. Windows color (decimal): -1127890 or 3066606. OLE color: 3066606.

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

Color convert

RGB 238 202 46 -
CMYK 0 0.15 0.81 0.07
HSL 48.75º 0.85% 0.56% -
HSV(B) 48.75º 0.81% 0.93% -
XYZ 56.87 60.62 11.29 -
YUV 194.98 43.93 158.68 -
System Red Green Blue C M Y K H S L
Decimal 238 202 46 0 0.15 0.81 0.07 48.75 0.85 0.56
Hex EE CA 2E 0 F 51 7 31 55 38
Octal 356 312 56 0 17 121 7 61 125 70
Binary 11101110 11001010 101110 0 1111 1010001 111 110001 1010101 111000

Color Harmonies of #EECA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA2E

Black with #EECA2E

Text Example


Text Example

White with #EECA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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