Html Css Color HEX #EED321 Broom

📋 copy color: '#EED321'

red 238 ◦ green 211 ◦ blue 33

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

Shades of Broom #EED321

Tints of Broom #EED321

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.78%

 BLUE value IS 33 (13.28% from 255) = 6.85%

R = 49.38%
G = 43.78%
B = 6.85%

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

#EED321 (or 0xEED321) is known color: Broom. HEX triplet: EE, D3 and 21. RGB value is (238,211,33). Sum of RGB (Red+Green+Blue) = 238+211+33=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 33 (13.28% from 255 or 6.85% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EED321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED321 is #112CDE. Grayscale: #C7C7C7. Windows color (decimal): -1125599 or 2216942. OLE color: 2216942.

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

Color convert

RGB 238 211 33 -
CMYK 0 0.11 0.86 0.07
HSL 52.1º 0.86% 0.53% -
HSV(B) 52.1º 0.86% 0.93% -
XYZ 58.83 64.88 10.86 -
YUV 198.78 34.45 155.97 -
System Red Green Blue C M Y K H S L
Decimal 238 211 33 0 0.11 0.86 0.07 52.1 0.86 0.53
Hex EE D3 21 0 B 56 7 34 56 35
Octal 356 323 41 0 13 126 7 64 126 65
Binary 11101110 11010011 100001 0 1011 1010110 111 110100 1010110 110101

Color Harmonies of #EED321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED321

Black with #EED321

Text Example


Text Example

White with #EED321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED321; }

 p { color: rgb(238,211,33); }

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

background-color css

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

 a { background-color: rgb(238,211,33); }

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

border-color css

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

 span { border-color: rgb(238,211,33); }

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