Html Css Color HEX #EED024 Broom

📋 copy color: '#EED024'

red 238 ◦ green 208 ◦ blue 36

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

Shades of Broom #EED024

Tints of Broom #EED024

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.15%

 BLUE value IS 36 (14.45% from 255) = 7.47%

R = 49.38%
G = 43.15%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EED024 (or 0xEED024) is known color: Broom. HEX triplet: EE, D0 and 24. RGB value is (238,208,36). Sum of RGB (Red+Green+Blue) = 238+208+36=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EED024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED024 is #112FDB. Grayscale: #C6C6C6. Windows color (decimal): -1126364 or 2412782. OLE color: 2412782.

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

Color convert

RGB 238 208 36 -
CMYK 0 0.13 0.85 0.07
HSL 51.09º 0.86% 0.54% -
HSV(B) 51.09º 0.85% 0.93% -
XYZ 58.13 63.42 10.85 -
YUV 197.36 36.94 156.99 -
System Red Green Blue C M Y K H S L
Decimal 238 208 36 0 0.13 0.85 0.07 51.09 0.86 0.54
Hex EE D0 24 0 D 55 7 33 56 36
Octal 356 320 44 0 15 125 7 63 126 66
Binary 11101110 11010000 100100 0 1101 1010101 111 110011 1010110 110110

Color Harmonies of #EED024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED024

Black with #EED024

Text Example


Text Example

White with #EED024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED024; }

 p { color: rgb(238,208,36); }

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

background-color css

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

 a { background-color: rgb(238,208,36); }

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

border-color css

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

 span { border-color: rgb(238,208,36); }

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