Html Css Color HEX #EDD512 Broom

📋 copy color: '#EDD512'

red 237 ◦ green 213 ◦ blue 18

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

Shades of Broom #EDD512

Tints of Broom #EDD512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.85%

R = 50.64%
G = 45.51%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDD512 (or 0xEDD512) is known color: Broom. HEX triplet: ED, D5 and 12. RGB value is (237,213,18). Sum of RGB (Red+Green+Blue) = 237+213+18=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD512 is #122AED. Grayscale: #C6C6C6. Windows color (decimal): -1190638 or 1234413. OLE color: 1234413.

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

Color convert

RGB 237 213 18 -
CMYK 0 0.10 0.92 0.07
HSL 53.42º 0.86% 0.5% -
HSV(B) 53.42º 0.92% 0.93% -
XYZ 58.83 65.64 10.14 -
YUV 197.95 26.45 155.86 -
System Red Green Blue C M Y K H S L
Decimal 237 213 18 0 0.10 0.92 0.07 53.42 0.86 0.5
Hex ED D5 12 0 A 5C 7 35 56 32
Octal 355 325 22 0 12 134 7 65 126 62
Binary 11101101 11010101 10010 0 1010 1011100 111 110101 1010110 110010

Color Harmonies of #EDD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD512

Black with #EDD512

Text Example


Text Example

White with #EDD512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD512; }

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

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

background-color css

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

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

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

border-color css

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

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

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