Html Css Color HEX #EDD811 Broom

📋 copy color: '#EDD811'

red 237 ◦ green 216 ◦ blue 17

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

Shades of Broom #EDD811

Tints of Broom #EDD811

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.96%

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

R = 50.43%
G = 45.96%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDD811 (or 0xEDD811) is known color: Broom. HEX triplet: ED, D8 and 11. RGB value is (237,216,17). Sum of RGB (Red+Green+Blue) = 237+216+17=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 17 (7.03% from 255 or 3.62% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD811 is #1227EE. Grayscale: #C8C8C8. Windows color (decimal): -1189871 or 1169645. OLE color: 1169645.

HSL color Cylindrical-coordinate representation of color #EDD811: hue angle of 54.27º 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 #EDD811 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 17 -
CMYK 0 0.09 0.93 0.07
HSL 54.27º 0.87% 0.5% -
HSV(B) 54.27º 0.93% 0.93% -
XYZ 59.58 67.16 10.35 -
YUV 199.59 24.96 154.68 -
System Red Green Blue C M Y K H S L
Decimal 237 216 17 0 0.09 0.93 0.07 54.27 0.87 0.5
Hex ED D8 11 0 9 5D 7 36 57 32
Octal 355 330 21 0 11 135 7 66 127 62
Binary 11101101 11011000 10001 0 1001 1011101 111 110110 1010111 110010

Color Harmonies of #EDD811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD811

Black with #EDD811

Text Example


Text Example

White with #EDD811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD811; }

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

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

background-color css

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

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

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

border-color css

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

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

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