Html Css Color HEX #EED125 Broom

📋 copy color: '#EED125'

red 238 ◦ green 209 ◦ blue 37

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

Shades of Broom #EED125

Tints of Broom #EED125

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.18%

 BLUE value IS 37 (14.84% from 255) = 7.64%

R = 49.17%
G = 43.18%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EED125 (or 0xEED125) is known color: Broom. HEX triplet: EE, D1 and 25. RGB value is (238,209,37). Sum of RGB (Red+Green+Blue) = 238+209+37=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 37 (14.84% from 255 or 7.64% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EED125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED125 is #112EDA. Grayscale: #C6C6C6. Windows color (decimal): -1126107 or 2478574. OLE color: 2478574.

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

Color convert

RGB 238 209 37 -
CMYK 0 0.12 0.84 0.07
HSL 51.34º 0.86% 0.54% -
HSV(B) 51.34º 0.84% 0.93% -
XYZ 58.39 63.91 11.01 -
YUV 198.06 37.11 156.49 -
System Red Green Blue C M Y K H S L
Decimal 238 209 37 0 0.12 0.84 0.07 51.34 0.86 0.54
Hex EE D1 25 0 C 54 7 33 56 36
Octal 356 321 45 0 14 124 7 63 126 66
Binary 11101110 11010001 100101 0 1100 1010100 111 110011 1010110 110110

Color Harmonies of #EED125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED125

Black with #EED125

Text Example


Text Example

White with #EED125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED125; }

 p { color: rgb(238,209,37); }

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

background-color css

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

 a { background-color: rgb(238,209,37); }

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

border-color css

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

 span { border-color: rgb(238,209,37); }

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