Html Css Color HEX #EED22F Golden Dream

📋 copy color: '#EED22F'

red 238 ◦ green 210 ◦ blue 47

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

Shades of Golden Dream #EED22F

Tints of Golden Dream #EED22F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.42%

 BLUE value IS 47 (18.75% from 255) = 9.49%

R = 48.08%
G = 42.42%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EED22F (or 0xEED22F) is known color: Golden Dream. HEX triplet: EE, D2 and 2F. RGB value is (238,210,47). Sum of RGB (Red+Green+Blue) = 238+210+47=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 47 (18.75% from 255 or 9.49% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EED22F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED22F is #112DD0. Grayscale: #C8C8C8. Windows color (decimal): -1125841 or 3134190. OLE color: 3134190.

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

Color convert

RGB 238 210 47 -
CMYK 0 0.12 0.80 0.07
HSL 51.2º 0.85% 0.56% -
HSV(B) 51.2º 0.8% 0.93% -
XYZ 58.82 64.48 12.03 -
YUV 199.79 41.78 155.25 -
System Red Green Blue C M Y K H S L
Decimal 238 210 47 0 0.12 0.80 0.07 51.2 0.85 0.56
Hex EE D2 2F 0 C 50 7 33 55 38
Octal 356 322 57 0 14 120 7 63 125 70
Binary 11101110 11010010 101111 0 1100 1010000 111 110011 1010101 111000

Color Harmonies of #EED22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED22F

Black with #EED22F

Text Example


Text Example

White with #EED22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED22F; }

 p { color: rgb(238,210,47); }

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

background-color css

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

 a { background-color: rgb(238,210,47); }

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

border-color css

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

 span { border-color: rgb(238,210,47); }

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