Html Css Color HEX #EDD125 Broom

📋 copy color: '#EDD125'

red 237 ◦ green 209 ◦ blue 37

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

Shades of Broom #EDD125

Tints of Broom #EDD125

RGB

 RED value IS 237 (92.97% from 255) = 49.07%

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

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

R = 49.07%
G = 43.27%
B = 7.66%

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

#EDD125 (or 0xEDD125) is known color: Broom. HEX triplet: ED, D1 and 25. RGB value is (237,209,37). Sum of RGB (Red+Green+Blue) = 237+209+37=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD125 is #122EDA. Grayscale: #C6C6C6. Windows color (decimal): -1191643 or 2478573. OLE color: 2478573.

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

Color convert

RGB 237 209 37 -
CMYK 0 0.12 0.84 0.07
HSL 51.6º 0.85% 0.54% -
HSV(B) 51.6º 0.84% 0.93% -
XYZ 58.06 63.74 10.99 -
YUV 197.76 37.28 155.99 -
System Red Green Blue C M Y K H S L
Decimal 237 209 37 0 0.12 0.84 0.07 51.6 0.85 0.54
Hex ED D1 25 0 C 54 7 34 55 36
Octal 355 321 45 0 14 124 7 64 125 66
Binary 11101101 11010001 100101 0 1100 1010100 111 110100 1010101 110110

Color Harmonies of #EDD125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD125

Black with #EDD125

Text Example


Text Example

White with #EDD125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD125; }

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

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

background-color css

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

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

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

border-color css

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

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

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