Html Css Color HEX #EED522 Broom

📋 copy color: '#EED522'

red 238 ◦ green 213 ◦ blue 34

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

Shades of Broom #EED522

Tints of Broom #EED522

RGB

 RED value IS 238 (93.36% from 255) = 49.07%

 GREEN value IS 213 (83.59% from 255) = 43.92%

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

R = 49.07%
G = 43.92%
B = 7.01%

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

#EED522 (or 0xEED522) is known color: Broom. HEX triplet: EE, D5 and 22. RGB value is (238,213,34). Sum of RGB (Red+Green+Blue) = 238+213+34=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 34 (13.67% from 255 or 7.01% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EED522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED522 is #112ADD. Grayscale: #C8C8C8. Windows color (decimal): -1125086 or 2282990. OLE color: 2282990.

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

Color convert

RGB 238 213 34 -
CMYK 0 0.11 0.86 0.07
HSL 52.65º 0.86% 0.53% -
HSV(B) 52.65º 0.86% 0.93% -
XYZ 59.34 65.88 11.1 -
YUV 200.07 34.28 155.05 -
System Red Green Blue C M Y K H S L
Decimal 238 213 34 0 0.11 0.86 0.07 52.65 0.86 0.53
Hex EE D5 22 0 B 56 7 35 56 35
Octal 356 325 42 0 13 126 7 65 126 65
Binary 11101110 11010101 100010 0 1011 1010110 111 110101 1010110 110101

Color Harmonies of #EED522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED522

Black with #EED522

Text Example


Text Example

White with #EED522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED522; }

 p { color: rgb(238,213,34); }

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

background-color css

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

 a { background-color: rgb(238,213,34); }

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

border-color css

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

 span { border-color: rgb(238,213,34); }

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