Html Css Color HEX #EDD21C Broom

📋 copy color: '#EDD21C'

red 237 ◦ green 210 ◦ blue 28

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

Shades of Broom #EDD21C

Tints of Broom #EDD21C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.21%

 BLUE value IS 28 (11.33% from 255) = 5.89%

R = 49.89%
G = 44.21%
B = 5.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDD21C (or 0xEDD21C) is known color: Broom. HEX triplet: ED, D2 and 1C. RGB value is (237,210,28). Sum of RGB (Red+Green+Blue) = 237+210+28=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 28 (11.33% from 255 or 5.89% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD21C is #122DE3. Grayscale: #C6C6C6. Windows color (decimal): -1191396 or 1889005. OLE color: 1889005.

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

Color convert

RGB 237 210 28 -
CMYK 0 0.11 0.88 0.07
HSL 52.25º 0.85% 0.52% -
HSV(B) 52.25º 0.88% 0.93% -
XYZ 58.18 64.18 10.42 -
YUV 197.33 32.45 156.3 -
System Red Green Blue C M Y K H S L
Decimal 237 210 28 0 0.11 0.88 0.07 52.25 0.85 0.52
Hex ED D2 1C 0 B 58 7 34 55 34
Octal 355 322 34 0 13 130 7 64 125 64
Binary 11101101 11010010 11100 0 1011 1011000 111 110100 1010101 110100

Color Harmonies of #EDD21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD21C

Black with #EDD21C

Text Example


Text Example

White with #EDD21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD21C; }

 p { color: rgb(237,210,28); }

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

background-color css

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

 a { background-color: rgb(237,210,28); }

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

border-color css

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

 span { border-color: rgb(237,210,28); }

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