Html Css Color HEX #EAD91A Broom

📋 copy color: '#EAD91A'

red 234 ◦ green 217 ◦ blue 26

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

Shades of Broom #EAD91A

Tints of Broom #EAD91A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.49%

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

R = 49.06%
G = 45.49%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAD91A (or 0xEAD91A) is known color: Broom. HEX triplet: EA, D9 and 1A. RGB value is (234,217,26). Sum of RGB (Red+Green+Blue) = 234+217+26=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 26 (10.55% from 255 or 5.45% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD91A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD91A is #1526E5. Grayscale: #C9C9C9. Windows color (decimal): -1386214 or 1759722. OLE color: 1759722.

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

Color convert

RGB 234 217 26 -
CMYK 0 0.07 0.89 0.08
HSL 55.1º 0.83% 0.51% -
HSV(B) 55.1º 0.89% 0.92% -
XYZ 58.93 67.19 10.84 -
YUV 200.31 29.63 152.03 -
System Red Green Blue C M Y K H S L
Decimal 234 217 26 0 0.07 0.89 0.08 55.1 0.83 0.51
Hex EA D9 1A 0 7 59 8 37 53 33
Octal 352 331 32 0 7 131 10 67 123 63
Binary 11101010 11011001 11010 0 111 1011001 1000 110111 1010011 110011

Color Harmonies of #EAD91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD91A

Black with #EAD91A

Text Example


Text Example

White with #EAD91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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