Html Css Color HEX #EECE38 Golden Dream

📋 copy color: '#EECE38'

red 238 ◦ green 206 ◦ blue 56

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

Shades of Golden Dream #EECE38

Tints of Golden Dream #EECE38

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.2%

 BLUE value IS 56 (22.27% from 255) = 11.2%

R = 47.6%
G = 41.2%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EECE38 (or 0xEECE38) is known color: Golden Dream. HEX triplet: EE, CE and 38. RGB value is (238,206,56). Sum of RGB (Red+Green+Blue) = 238+206+56=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 56 (22.27% from 255 or 11.2% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE38 is #1131C7. Grayscale: #C7C7C7. Windows color (decimal): -1126856 or 3722990. OLE color: 3722990.

HSL color Cylindrical-coordinate representation of color #EECE38: hue angle of 49.45º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EECE38 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 206 56 -
CMYK 0 0.13 0.76 0.07
HSL 49.45º 0.84% 0.58% -
HSV(B) 49.45º 0.76% 0.93% -
XYZ 58.05 62.61 12.77 -
YUV 198.47 47.6 156.2 -
System Red Green Blue C M Y K H S L
Decimal 238 206 56 0 0.13 0.76 0.07 49.45 0.84 0.58
Hex EE CE 38 0 D 4C 7 31 54 3A
Octal 356 316 70 0 15 114 7 61 124 72
Binary 11101110 11001110 111000 0 1101 1001100 111 110001 1010100 111010

Color Harmonies of #EECE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECE38

Black with #EECE38

Text Example


Text Example

White with #EECE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECE38; }

 p { color: rgb(238,206,56); }

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

background-color css

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

 a { background-color: rgb(238,206,56); }

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

border-color css

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

 span { border-color: rgb(238,206,56); }

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