#EADB1A

Color #EADB1A Broom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Broom #EADB1A

Tints of Broom #EADB1A

Color information

#EADB1A (or 0xEADB1A) is unknown color: approx Broom. HEX triplet: EA, DB and 1A. RGB value is (234,219,26). Sum of RGB (Red+Green+Blue) = 234+219+26=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 26 (10.55% from 255 or 5.43% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB1A is #1524E5. Grayscale: #CACACA. Windows color (decimal): -1385702 or 1760234. OLE color: 1760234.

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

Color convert

RGB23421926-
CMYK00.060.890.08
HSL55.67º83.2%50.98%-
HSV(B)55.67º88.89%91.76%-
XYZ59.4568.2311.01-
YUV201.4828.97151.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.85%
GREEN value IS 219 (85.94% from 255) = 45.72%
BLUE value IS 26 (10.55% from 255) = 5.43%
R=48.85%
G=45.72%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342192600.060.890.0855.6783.250.98
HexEADB1A06598385333
Octal3523333206131107012363
Binary1110101011011011110100110101100110001110001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB1A; }

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

 H1.HeaderClassName
 {
   color: #EADB1A;
 }
 .AnyTagClassName
 {
   color: #EADB1A;
 }
</style>
background-color css

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

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

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

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

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

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