Html Css Color HEX #EDD510 Broom

📋 copy color: '#EDD510'

red 237 ◦ green 213 ◦ blue 16

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

Shades of Broom #EDD510

Tints of Broom #EDD510

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.71%

 BLUE value IS 16 (6.64% from 255) = 3.43%

R = 50.86%
G = 45.71%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDD510 (or 0xEDD510) is known color: Broom. HEX triplet: ED, D5 and 10. RGB value is (237,213,16). Sum of RGB (Red+Green+Blue) = 237+213+16=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 16 (6.64% from 255 or 3.43% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD510 is #122AEF. Grayscale: #C6C6C6. Windows color (decimal): -1190640 or 1103341. OLE color: 1103341.

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

Color convert

RGB 237 213 16 -
CMYK 0 0.10 0.93 0.07
HSL 53.48º 0.87% 0.5% -
HSV(B) 53.48º 0.93% 0.93% -
XYZ 58.81 65.63 10.06 -
YUV 197.72 25.45 156.02 -
System Red Green Blue C M Y K H S L
Decimal 237 213 16 0 0.10 0.93 0.07 53.48 0.87 0.5
Hex ED D5 10 0 A 5D 7 35 57 32
Octal 355 325 20 0 12 135 7 65 127 62
Binary 11101101 11010101 10000 0 1010 1011101 111 110101 1010111 110010

Color Harmonies of #EDD510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD510

Black with #EDD510

Text Example


Text Example

White with #EDD510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD510; }

 p { color: rgb(237,213,16); }

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

background-color css

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

 a { background-color: rgb(237,213,16); }

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

border-color css

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

 span { border-color: rgb(237,213,16); }

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