Html Css Color HEX #EDD613 Broom

📋 copy color: '#EDD613'

red 237 ◦ green 214 ◦ blue 19

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

Shades of Broom #EDD613

Tints of Broom #EDD613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.53%

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

R = 50.43%
G = 45.53%
B = 4.04%

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

#EDD613 (or 0xEDD613) is known color: Broom. HEX triplet: ED, D6 and 13. RGB value is (237,214,19). Sum of RGB (Red+Green+Blue) = 237+214+19=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD613 is #1229EC. Grayscale: #C7C7C7. Windows color (decimal): -1190381 or 1300205. OLE color: 1300205.

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

Color convert

RGB 237 214 19 -
CMYK 0 0.10 0.92 0.07
HSL 53.67º 0.86% 0.5% -
HSV(B) 53.67º 0.92% 0.93% -
XYZ 59.09 66.14 10.27 -
YUV 198.65 26.62 155.36 -
System Red Green Blue C M Y K H S L
Decimal 237 214 19 0 0.10 0.92 0.07 53.67 0.86 0.5
Hex ED D6 13 0 A 5C 7 36 56 32
Octal 355 326 23 0 12 134 7 66 126 62
Binary 11101101 11010110 10011 0 1010 1011100 111 110110 1010110 110010

Color Harmonies of #EDD613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD613

Black with #EDD613

Text Example


Text Example

White with #EDD613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD613; }

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

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

background-color css

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

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

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

border-color css

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

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

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