Html Css Color HEX #EAD322 Broom

📋 copy color: '#EAD322'

red 234 ◦ green 211 ◦ blue 34

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

Shades of Broom #EAD322

Tints of Broom #EAD322

RGB

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

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

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

R = 48.85%
G = 44.05%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAD322 (or 0xEAD322) is known color: Broom. HEX triplet: EA, D3 and 22. RGB value is (234,211,34). Sum of RGB (Red+Green+Blue) = 234+211+34=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 34 (13.67% from 255 or 7.10% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD322 is #152CDD. Grayscale: #C6C6C6. Windows color (decimal): -1387742 or 2282474. OLE color: 2282474.

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

Color convert

RGB 234 211 34 -
CMYK 0 0.10 0.85 0.08
HSL 53.1º 0.83% 0.53% -
HSV(B) 53.1º 0.85% 0.92% -
XYZ 57.51 64.2 10.87 -
YUV 197.7 35.62 153.89 -
System Red Green Blue C M Y K H S L
Decimal 234 211 34 0 0.10 0.85 0.08 53.1 0.83 0.53
Hex EA D3 22 0 A 55 8 35 53 35
Octal 352 323 42 0 12 125 10 65 123 65
Binary 11101010 11010011 100010 0 1010 1010101 1000 110101 1010011 110101

Color Harmonies of #EAD322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD322

Black with #EAD322

Text Example


Text Example

White with #EAD322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD322; }

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

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

background-color css

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

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

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

border-color css

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

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

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