Html Css Color HEX #EDD922 Broom

📋 copy color: '#EDD922'

red 237 ◦ green 217 ◦ blue 34

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

Shades of Broom #EDD922

Tints of Broom #EDD922

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.47%

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

R = 48.57%
G = 44.47%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDD922 (or 0xEDD922) is known color: Broom. HEX triplet: ED, D9 and 22. RGB value is (237,217,34). Sum of RGB (Red+Green+Blue) = 237+217+34=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 34 (13.67% from 255 or 6.97% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD922 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD922 is #1226DD. Grayscale: #CACACA. Windows color (decimal): -1189598 or 2284013. OLE color: 2284013.

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

Color convert

RGB 237 217 34 -
CMYK 0 0.08 0.86 0.07
HSL 54.09º 0.85% 0.53% -
HSV(B) 54.09º 0.86% 0.93% -
XYZ 60.03 67.75 11.43 -
YUV 202.12 33.13 152.88 -
System Red Green Blue C M Y K H S L
Decimal 237 217 34 0 0.08 0.86 0.07 54.09 0.85 0.53
Hex ED D9 22 0 8 56 7 36 55 35
Octal 355 331 42 0 10 126 7 66 125 65
Binary 11101101 11011001 100010 0 1000 1010110 111 110110 1010101 110101

Color Harmonies of #EDD922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD922

Black with #EDD922

Text Example


Text Example

White with #EDD922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD922; }

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

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

background-color css

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

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

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

border-color css

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

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

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