Html Css Color HEX #EECF30 Golden Dream

📋 copy color: '#EECF30'

red 238 ◦ green 207 ◦ blue 48

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

Shades of Golden Dream #EECF30

Tints of Golden Dream #EECF30

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.99%

 BLUE value IS 48 (19.14% from 255) = 9.74%

R = 48.28%
G = 41.99%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EECF30 (or 0xEECF30) is known color: Golden Dream. HEX triplet: EE, CF and 30. RGB value is (238,207,48). Sum of RGB (Red+Green+Blue) = 238+207+48=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECF30 is #1130CF. Grayscale: #C6C6C6. Windows color (decimal): -1126608 or 3198958. OLE color: 3198958.

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

Color convert

RGB 238 207 48 -
CMYK 0 0.13 0.80 0.07
HSL 50.21º 0.85% 0.56% -
HSV(B) 50.21º 0.8% 0.93% -
XYZ 58.11 63.02 11.9 -
YUV 198.14 43.27 156.43 -
System Red Green Blue C M Y K H S L
Decimal 238 207 48 0 0.13 0.80 0.07 50.21 0.85 0.56
Hex EE CF 30 0 D 50 7 32 55 38
Octal 356 317 60 0 15 120 7 62 125 70
Binary 11101110 11001111 110000 0 1101 1010000 111 110010 1010101 111000

Color Harmonies of #EECF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECF30

Black with #EECF30

Text Example


Text Example

White with #EECF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECF30; }

 p { color: rgb(238,207,48); }

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

background-color css

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

 a { background-color: rgb(238,207,48); }

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

border-color css

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

 span { border-color: rgb(238,207,48); }

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