Html Css Color HEX #EECD30 Golden Dream

📋 copy color: '#EECD30'

red 238 ◦ green 205 ◦ blue 48

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

Shades of Golden Dream #EECD30

Tints of Golden Dream #EECD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.75%

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

R = 48.47%
G = 41.75%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EECD30 (or 0xEECD30) is known color: Golden Dream. HEX triplet: EE, CD and 30. RGB value is (238,205,48). Sum of RGB (Red+Green+Blue) = 238+205+48=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECD30 is #1132CF. Grayscale: #C5C5C5. Windows color (decimal): -1127120 or 3198446. OLE color: 3198446.

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

Color convert

RGB 238 205 48 -
CMYK 0 0.14 0.80 0.07
HSL 49.58º 0.85% 0.56% -
HSV(B) 49.58º 0.8% 0.93% -
XYZ 57.62 62.05 11.74 -
YUV 196.97 43.93 157.27 -
System Red Green Blue C M Y K H S L
Decimal 238 205 48 0 0.14 0.80 0.07 49.58 0.85 0.56
Hex EE CD 30 0 E 50 7 32 55 38
Octal 356 315 60 0 16 120 7 62 125 70
Binary 11101110 11001101 110000 0 1110 1010000 111 110010 1010101 111000

Color Harmonies of #EECD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD30

Black with #EECD30

Text Example


Text Example

White with #EECD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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