Html Css Color HEX #EDD028 Broom

📋 copy color: '#EDD028'

red 237 ◦ green 208 ◦ blue 40

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

Shades of Broom #EDD028

Tints of Broom #EDD028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.25%

R = 48.87%
G = 42.89%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDD028 (or 0xEDD028) is known color: Broom. HEX triplet: ED, D0 and 28. RGB value is (237,208,40). Sum of RGB (Red+Green+Blue) = 237+208+40=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD028 is #122FD7. Grayscale: #C6C6C6. Windows color (decimal): -1191896 or 2674925. OLE color: 2674925.

HSL color Cylindrical-coordinate representation of color #EDD028: hue angle of 51.17º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDD028 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 40 -
CMYK 0 0.12 0.83 0.07
HSL 51.17º 0.85% 0.54% -
HSV(B) 51.17º 0.83% 0.93% -
XYZ 57.86 63.27 11.17 -
YUV 197.52 39.11 156.16 -
System Red Green Blue C M Y K H S L
Decimal 237 208 40 0 0.12 0.83 0.07 51.17 0.85 0.54
Hex ED D0 28 0 C 53 7 33 55 36
Octal 355 320 50 0 14 123 7 63 125 66
Binary 11101101 11010000 101000 0 1100 1010011 111 110011 1010101 110110

Color Harmonies of #EDD028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD028

Black with #EDD028

Text Example


Text Example

White with #EDD028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD028; }

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

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

background-color css

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

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

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

border-color css

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

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

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