Html Css Color HEX #EDD428 Broom

📋 copy color: '#EDD428'

red 237 ◦ green 212 ◦ blue 40

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

Shades of Broom #EDD428

Tints of Broom #EDD428

RGB

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

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

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

R = 48.47%
G = 43.35%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDD428 (or 0xEDD428) is known color: Broom. HEX triplet: ED, D4 and 28. RGB value is (237,212,40). Sum of RGB (Red+Green+Blue) = 237+212+40=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 40 (16.02% from 255 or 8.18% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD428 is #122BD7. Grayscale: #C8C8C8. Windows color (decimal): -1190872 or 2675949. OLE color: 2675949.

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

Color convert

RGB 237 212 40 -
CMYK 0 0.11 0.83 0.07
HSL 52.39º 0.85% 0.54% -
HSV(B) 52.39º 0.83% 0.93% -
XYZ 58.85 65.24 11.5 -
YUV 199.87 37.78 154.49 -
System Red Green Blue C M Y K H S L
Decimal 237 212 40 0 0.11 0.83 0.07 52.39 0.85 0.54
Hex ED D4 28 0 B 53 7 34 55 36
Octal 355 324 50 0 13 123 7 64 125 66
Binary 11101101 11010100 101000 0 1011 1010011 111 110100 1010101 110110

Color Harmonies of #EDD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD428

Black with #EDD428

Text Example


Text Example

White with #EDD428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD428; }

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

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

background-color css

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

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

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

border-color css

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

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

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