Html Css Color HEX #EDD017 Broom

📋 copy color: '#EDD017'

red 237 ◦ green 208 ◦ blue 23

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

Shades of Broom #EDD017

Tints of Broom #EDD017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.91%

R = 50.64%
G = 44.44%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDD017 (or 0xEDD017) is known color: Broom. HEX triplet: ED, D0 and 17. RGB value is (237,208,23). Sum of RGB (Red+Green+Blue) = 237+208+23=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD017 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD017 is #122FE8. Grayscale: #C4C4C4. Windows color (decimal): -1191913 or 1560813. OLE color: 1560813.

HSL color Cylindrical-coordinate representation of color #EDD017: hue angle of 51.87º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDD017 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 23 -
CMYK 0 0.12 0.90 0.07
HSL 51.87º 0.86% 0.51% -
HSV(B) 51.87º 0.9% 0.93% -
XYZ 57.64 63.18 9.97 -
YUV 195.58 30.61 157.54 -
System Red Green Blue C M Y K H S L
Decimal 237 208 23 0 0.12 0.90 0.07 51.87 0.86 0.51
Hex ED D0 17 0 C 5A 7 34 56 33
Octal 355 320 27 0 14 132 7 64 126 63
Binary 11101101 11010000 10111 0 1100 1011010 111 110100 1010110 110011

Color Harmonies of #EDD017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD017

Black with #EDD017

Text Example


Text Example

White with #EDD017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD017; }

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

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

background-color css

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

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

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

border-color css

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

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

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