Html Css Color HEX #EDD20F Broom

📋 copy color: '#EDD20F'

red 237 ◦ green 210 ◦ blue 15

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

Shades of Broom #EDD20F

Tints of Broom #EDD20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.25%

R = 51.3%
G = 45.45%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDD20F (or 0xEDD20F) is known color: Broom. HEX triplet: ED, D2 and 0F. RGB value is (237,210,15). Sum of RGB (Red+Green+Blue) = 237+210+15=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD20F is #122DF0. Grayscale: #C4C4C4. Windows color (decimal): -1191409 or 1037037. OLE color: 1037037.

HSL color Cylindrical-coordinate representation of color #EDD20F: hue angle of 52.7º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDD20F is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 15 -
CMYK 0 0.11 0.94 0.07
HSL 52.7º 0.88% 0.49% -
HSV(B) 52.7º 0.94% 0.93% -
XYZ 58.06 64.13 9.77 -
YUV 195.84 25.95 157.36 -
System Red Green Blue C M Y K H S L
Decimal 237 210 15 0 0.11 0.94 0.07 52.7 0.88 0.49
Hex ED D2 F 0 B 5E 7 35 58 31
Octal 355 322 17 0 13 136 7 65 130 61
Binary 11101101 11010010 1111 0 1011 1011110 111 110101 1011000 110001

Color Harmonies of #EDD20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD20F

Black with #EDD20F

Text Example


Text Example

White with #EDD20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD20F; }

 p { color: rgb(237,210,15); }

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

background-color css

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

 a { background-color: rgb(237,210,15); }

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

border-color css

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

 span { border-color: rgb(237,210,15); }

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