Html Css Color HEX #EDC922 Broom

📋 copy color: '#EDC922'

red 237 ◦ green 201 ◦ blue 34

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

Shades of Broom #EDC922

Tints of Broom #EDC922

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.58%

 BLUE value IS 34 (13.67% from 255) = 7.2%

R = 50.21%
G = 42.58%
B = 7.2%

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

#EDC922 (or 0xEDC922) is known color: Broom. HEX triplet: ED, C9 and 22. RGB value is (237,201,34). Sum of RGB (Red+Green+Blue) = 237+201+34=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 34 (13.67% from 255 or 7.20% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC922 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC922 is #1236DD. Grayscale: #C1C1C1. Windows color (decimal): -1193694 or 2279917. OLE color: 2279917.

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

Color convert

RGB 237 201 34 -
CMYK 0 0.15 0.86 0.07
HSL 49.36º 0.85% 0.53% -
HSV(B) 49.36º 0.86% 0.93% -
XYZ 56.1 59.89 10.12 -
YUV 192.73 38.43 159.58 -
System Red Green Blue C M Y K H S L
Decimal 237 201 34 0 0.15 0.86 0.07 49.36 0.85 0.53
Hex ED C9 22 0 F 56 7 31 55 35
Octal 355 311 42 0 17 126 7 61 125 65
Binary 11101101 11001001 100010 0 1111 1010110 111 110001 1010101 110101

Color Harmonies of #EDC922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC922

Black with #EDC922

Text Example


Text Example

White with #EDC922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC922; }

 p { color: rgb(237,201,34); }

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

background-color css

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

 a { background-color: rgb(237,201,34); }

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

border-color css

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

 span { border-color: rgb(237,201,34); }

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