Html Css Color HEX #EAD321 Broom

📋 copy color: '#EAD321'

red 234 ◦ green 211 ◦ blue 33

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

Shades of Broom #EAD321

Tints of Broom #EAD321

RGB

 RED value IS 234 (91.8% from 255) = 48.95%

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

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

R = 48.95%
G = 44.14%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAD321 (or 0xEAD321) is known color: Broom. HEX triplet: EA, D3 and 21. RGB value is (234,211,33). Sum of RGB (Red+Green+Blue) = 234+211+33=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 33 (13.28% from 255 or 6.90% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD321 is #152CDE. Grayscale: #C6C6C6. Windows color (decimal): -1387743 or 2216938. OLE color: 2216938.

HSL color Cylindrical-coordinate representation of color #EAD321: hue angle of 53.13º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAD321 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 33 -
CMYK 0 0.10 0.86 0.08
HSL 53.13º 0.83% 0.52% -
HSV(B) 53.13º 0.86% 0.92% -
XYZ 57.5 64.19 10.8 -
YUV 197.59 35.12 153.97 -
System Red Green Blue C M Y K H S L
Decimal 234 211 33 0 0.10 0.86 0.08 53.13 0.83 0.52
Hex EA D3 21 0 A 56 8 35 53 34
Octal 352 323 41 0 12 126 10 65 123 64
Binary 11101010 11010011 100001 0 1010 1010110 1000 110101 1010011 110100

Color Harmonies of #EAD321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD321

Black with #EAD321

Text Example


Text Example

White with #EAD321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD321; }

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

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

background-color css

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

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

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

border-color css

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

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

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