Html Css Color HEX #EDD013 Broom

📋 copy color: '#EDD013'

red 237 ◦ green 208 ◦ blue 19

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

Shades of Broom #EDD013

Tints of Broom #EDD013

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.83%

 BLUE value IS 19 (7.81% from 255) = 4.09%

R = 51.08%
G = 44.83%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDD013 (or 0xEDD013) is known color: Broom. HEX triplet: ED, D0 and 13. RGB value is (237,208,19). Sum of RGB (Red+Green+Blue) = 237+208+19=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD013 is #122FEC. Grayscale: #C3C3C3. Windows color (decimal): -1191917 or 1298669. OLE color: 1298669.

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

Color convert

RGB 237 208 19 -
CMYK 0 0.12 0.92 0.07
HSL 52.02º 0.86% 0.5% -
HSV(B) 52.02º 0.92% 0.93% -
XYZ 57.6 63.16 9.77 -
YUV 195.13 28.61 157.87 -
System Red Green Blue C M Y K H S L
Decimal 237 208 19 0 0.12 0.92 0.07 52.02 0.86 0.5
Hex ED D0 13 0 C 5C 7 34 56 32
Octal 355 320 23 0 14 134 7 64 126 62
Binary 11101101 11010000 10011 0 1100 1011100 111 110100 1010110 110010

Color Harmonies of #EDD013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD013

Black with #EDD013

Text Example


Text Example

White with #EDD013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD013; }

 p { color: rgb(237,208,19); }

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

background-color css

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

 a { background-color: rgb(237,208,19); }

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

border-color css

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

 span { border-color: rgb(237,208,19); }

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