Html Css Color HEX #EED32E Golden Dream

📋 copy color: '#EED32E'

red 238 ◦ green 211 ◦ blue 46

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

Shades of Golden Dream #EED32E

Tints of Golden Dream #EED32E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.63%

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

R = 48.08%
G = 42.63%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EED32E (or 0xEED32E) is known color: Golden Dream. HEX triplet: EE, D3 and 2E. RGB value is (238,211,46). Sum of RGB (Red+Green+Blue) = 238+211+46=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EED32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED32E is #112CD1. Grayscale: #C8C8C8. Windows color (decimal): -1125586 or 3068910. OLE color: 3068910.

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

Color convert

RGB 238 211 46 -
CMYK 0 0.11 0.81 0.07
HSL 51.56º 0.85% 0.56% -
HSV(B) 51.56º 0.81% 0.93% -
XYZ 59.05 64.96 12.01 -
YUV 200.26 40.95 154.92 -
System Red Green Blue C M Y K H S L
Decimal 238 211 46 0 0.11 0.81 0.07 51.56 0.85 0.56
Hex EE D3 2E 0 B 51 7 34 55 38
Octal 356 323 56 0 13 121 7 64 125 70
Binary 11101110 11010011 101110 0 1011 1010001 111 110100 1010101 111000

Color Harmonies of #EED32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED32E

Black with #EED32E

Text Example


Text Example

White with #EED32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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