Html Css Color HEX #EAD21A Broom

📋 copy color: '#EAD21A'

red 234 ◦ green 210 ◦ blue 26

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

Shades of Broom #EAD21A

Tints of Broom #EAD21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.53%

R = 49.79%
G = 44.68%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAD21A (or 0xEAD21A) is known color: Broom. HEX triplet: EA, D2 and 1A. RGB value is (234,210,26). Sum of RGB (Red+Green+Blue) = 234+210+26=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 26 (10.55% from 255 or 5.53% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD21A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD21A is #152DE5. Grayscale: #C4C4C4. Windows color (decimal): -1388006 or 1757930. OLE color: 1757930.

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

Color convert

RGB 234 210 26 -
CMYK 0 0.10 0.89 0.08
HSL 53.08º 0.83% 0.51% -
HSV(B) 53.08º 0.89% 0.92% -
XYZ 57.16 63.66 10.25 -
YUV 196.2 31.95 154.96 -
System Red Green Blue C M Y K H S L
Decimal 234 210 26 0 0.10 0.89 0.08 53.08 0.83 0.51
Hex EA D2 1A 0 A 59 8 35 53 33
Octal 352 322 32 0 12 131 10 65 123 63
Binary 11101010 11010010 11010 0 1010 1011001 1000 110101 1010011 110011

Color Harmonies of #EAD21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD21A

Black with #EAD21A

Text Example


Text Example

White with #EAD21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD21A; }

 p { color: rgb(234,210,26); }

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

background-color css

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

 a { background-color: rgb(234,210,26); }

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

border-color css

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

 span { border-color: rgb(234,210,26); }

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