Html Css Color HEX #EDCA20 Broom

📋 copy color: '#EDCA20'

red 237 ◦ green 202 ◦ blue 32

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

Shades of Broom #EDCA20

Tints of Broom #EDCA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.89%

 BLUE value IS 32 (12.89% from 255) = 6.79%

R = 50.32%
G = 42.89%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDCA20 (or 0xEDCA20) is known color: Broom. HEX triplet: ED, CA and 20. RGB value is (237,202,32). Sum of RGB (Red+Green+Blue) = 237+202+32=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCA20 is #1235DF. Grayscale: #C1C1C1. Windows color (decimal): -1193440 or 2149101. OLE color: 2149101.

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

Color convert

RGB 237 202 32 -
CMYK 0 0.15 0.86 0.07
HSL 49.76º 0.85% 0.53% -
HSV(B) 49.76º 0.86% 0.93% -
XYZ 56.31 60.35 10.05 -
YUV 193.09 37.1 159.32 -
System Red Green Blue C M Y K H S L
Decimal 237 202 32 0 0.15 0.86 0.07 49.76 0.85 0.53
Hex ED CA 20 0 F 56 7 32 55 35
Octal 355 312 40 0 17 126 7 62 125 65
Binary 11101101 11001010 100000 0 1111 1010110 111 110010 1010101 110101

Color Harmonies of #EDCA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCA20

Black with #EDCA20

Text Example


Text Example

White with #EDCA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCA20; }

 p { color: rgb(237,202,32); }

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

background-color css

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

 a { background-color: rgb(237,202,32); }

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

border-color css

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

 span { border-color: rgb(237,202,32); }

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