Html Css Color HEX #EAD11A Broom

📋 copy color: '#EAD11A'

red 234 ◦ green 209 ◦ blue 26

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

Shades of Broom #EAD11A

Tints of Broom #EAD11A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.56%

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

R = 49.89%
G = 44.56%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAD11A (or 0xEAD11A) is known color: Broom. HEX triplet: EA, D1 and 1A. RGB value is (234,209,26). Sum of RGB (Red+Green+Blue) = 234+209+26=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 26 (10.55% from 255 or 5.54% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD11A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD11A is #152EE5. Grayscale: #C4C4C4. Windows color (decimal): -1388262 or 1757674. OLE color: 1757674.

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

Color convert

RGB 234 209 26 -
CMYK 0 0.11 0.89 0.08
HSL 52.79º 0.83% 0.51% -
HSV(B) 52.79º 0.89% 0.92% -
XYZ 56.92 63.17 10.17 -
YUV 195.61 32.28 155.38 -
System Red Green Blue C M Y K H S L
Decimal 234 209 26 0 0.11 0.89 0.08 52.79 0.83 0.51
Hex EA D1 1A 0 B 59 8 35 53 33
Octal 352 321 32 0 13 131 10 65 123 63
Binary 11101010 11010001 11010 0 1011 1011001 1000 110101 1010011 110011

Color Harmonies of #EAD11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD11A

Black with #EAD11A

Text Example


Text Example

White with #EAD11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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