Html Css Color HEX #EDD414 Broom

📋 copy color: '#EDD414'

red 237 ◦ green 212 ◦ blue 20

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

Shades of Broom #EDD414

Tints of Broom #EDD414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.26%

R = 50.53%
G = 45.2%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDD414 (or 0xEDD414) is known color: Broom. HEX triplet: ED, D4 and 14. RGB value is (237,212,20). Sum of RGB (Red+Green+Blue) = 237+212+20=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD414 is #122BEB. Grayscale: #C6C6C6. Windows color (decimal): -1190892 or 1365229. OLE color: 1365229.

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

Color convert

RGB 237 212 20 -
CMYK 0 0.11 0.92 0.07
HSL 53.09º 0.86% 0.5% -
HSV(B) 53.09º 0.92% 0.93% -
XYZ 58.59 65.14 10.15 -
YUV 197.59 27.78 156.11 -
System Red Green Blue C M Y K H S L
Decimal 237 212 20 0 0.11 0.92 0.07 53.09 0.86 0.5
Hex ED D4 14 0 B 5C 7 35 56 32
Octal 355 324 24 0 13 134 7 65 126 62
Binary 11101101 11010100 10100 0 1011 1011100 111 110101 1010110 110010

Color Harmonies of #EDD414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD414

Black with #EDD414

Text Example


Text Example

White with #EDD414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD414; }

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

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

background-color css

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

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

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

border-color css

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

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

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