Html Css Color HEX #EDD421 Broom

📋 copy color: '#EDD421'

red 237 ◦ green 212 ◦ blue 33

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

Shades of Broom #EDD421

Tints of Broom #EDD421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.85%

R = 49.17%
G = 43.98%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDD421 (or 0xEDD421) is known color: Broom. HEX triplet: ED, D4 and 21. RGB value is (237,212,33). Sum of RGB (Red+Green+Blue) = 237+212+33=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 33 (13.28% from 255 or 6.85% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD421 is #122BDE. Grayscale: #C7C7C7. Windows color (decimal): -1190879 or 2217197. OLE color: 2217197.

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

Color convert

RGB 237 212 33 -
CMYK 0 0.11 0.86 0.07
HSL 52.65º 0.85% 0.53% -
HSV(B) 52.65º 0.86% 0.93% -
XYZ 58.74 65.2 10.93 -
YUV 199.07 34.28 155.05 -
System Red Green Blue C M Y K H S L
Decimal 237 212 33 0 0.11 0.86 0.07 52.65 0.85 0.53
Hex ED D4 21 0 B 56 7 35 55 35
Octal 355 324 41 0 13 126 7 65 125 65
Binary 11101101 11010100 100001 0 1011 1010110 111 110101 1010101 110101

Color Harmonies of #EDD421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD421

Black with #EDD421

Text Example


Text Example

White with #EDD421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD421; }

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

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

background-color css

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

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

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

border-color css

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

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

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