Html Css Color HEX #EEC82E Golden Dream

📋 copy color: '#EEC82E'

red 238 ◦ green 200 ◦ blue 46

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

Shades of Golden Dream #EEC82E

Tints of Golden Dream #EEC82E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.32%

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

R = 49.17%
G = 41.32%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EEC82E (or 0xEEC82E) is known color: Golden Dream. HEX triplet: EE, C8 and 2E. RGB value is (238,200,46). Sum of RGB (Red+Green+Blue) = 238+200+46=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC82E is #1137D1. Grayscale: #C2C2C2. Windows color (decimal): -1128402 or 3066094. OLE color: 3066094.

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

Color convert

RGB 238 200 46 -
CMYK 0 0.16 0.81 0.07
HSL 48.13º 0.85% 0.56% -
HSV(B) 48.13º 0.81% 0.93% -
XYZ 56.41 59.68 11.13 -
YUV 193.81 44.59 159.52 -
System Red Green Blue C M Y K H S L
Decimal 238 200 46 0 0.16 0.81 0.07 48.13 0.85 0.56
Hex EE C8 2E 0 10 51 7 30 55 38
Octal 356 310 56 0 20 121 7 60 125 70
Binary 11101110 11001000 101110 0 10000 1010001 111 110000 1010101 111000

Color Harmonies of #EEC82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC82E

Black with #EEC82E

Text Example


Text Example

White with #EEC82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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