Html Css Color HEX #EDD411 Broom

📋 copy color: '#EDD411'

red 237 ◦ green 212 ◦ blue 17

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

Shades of Broom #EDD411

Tints of Broom #EDD411

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.49%

 BLUE value IS 17 (7.03% from 255) = 3.65%

R = 50.86%
G = 45.49%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDD411 (or 0xEDD411) is known color: Broom. HEX triplet: ED, D4 and 11. RGB value is (237,212,17). Sum of RGB (Red+Green+Blue) = 237+212+17=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 17 (7.03% from 255 or 3.65% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD411 is #122BEE. Grayscale: #C6C6C6. Windows color (decimal): -1190895 or 1168621. OLE color: 1168621.

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

Color convert

RGB 237 212 17 -
CMYK 0 0.11 0.93 0.07
HSL 53.18º 0.87% 0.5% -
HSV(B) 53.18º 0.93% 0.93% -
XYZ 58.57 65.13 10.02 -
YUV 197.25 26.28 156.36 -
System Red Green Blue C M Y K H S L
Decimal 237 212 17 0 0.11 0.93 0.07 53.18 0.87 0.5
Hex ED D4 11 0 B 5D 7 35 57 32
Octal 355 324 21 0 13 135 7 65 127 62
Binary 11101101 11010100 10001 0 1011 1011101 111 110101 1010111 110010

Color Harmonies of #EDD411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD411

Black with #EDD411

Text Example


Text Example

White with #EDD411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD411; }

 p { color: rgb(237,212,17); }

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

background-color css

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

 a { background-color: rgb(237,212,17); }

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

border-color css

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

 span { border-color: rgb(237,212,17); }

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