Html Css Color HEX #EDD222 Broom

📋 copy color: '#EDD222'

red 237 ◦ green 210 ◦ blue 34

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

Shades of Broom #EDD222

Tints of Broom #EDD222

RGB

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

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

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

R = 49.27%
G = 43.66%
B = 7.07%

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

#EDD222 (or 0xEDD222) is known color: Broom. HEX triplet: ED, D2 and 22. RGB value is (237,210,34). Sum of RGB (Red+Green+Blue) = 237+210+34=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 34 (13.67% from 255 or 7.07% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD222 is #122DDD. Grayscale: #C6C6C6. Windows color (decimal): -1191390 or 2282221. OLE color: 2282221.

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

Color convert

RGB 237 210 34 -
CMYK 0 0.11 0.86 0.07
HSL 52.02º 0.85% 0.53% -
HSV(B) 52.02º 0.86% 0.93% -
XYZ 58.26 64.21 10.84 -
YUV 198.01 35.45 155.81 -
System Red Green Blue C M Y K H S L
Decimal 237 210 34 0 0.11 0.86 0.07 52.02 0.85 0.53
Hex ED D2 22 0 B 56 7 34 55 35
Octal 355 322 42 0 13 126 7 64 125 65
Binary 11101101 11010010 100010 0 1011 1010110 111 110100 1010101 110101

Color Harmonies of #EDD222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD222

Black with #EDD222

Text Example


Text Example

White with #EDD222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD222; }

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

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

background-color css

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

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

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

border-color css

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

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

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