Html Css Color HEX #EADA1A Broom

📋 copy color: '#EADA1A'

red 234 ◦ green 218 ◦ blue 26

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

Shades of Broom #EADA1A

Tints of Broom #EADA1A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.61%

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

R = 48.95%
G = 45.61%
B = 5.44%

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

#EADA1A (or 0xEADA1A) is known color: Broom. HEX triplet: EA, DA and 1A. RGB value is (234,218,26). Sum of RGB (Red+Green+Blue) = 234+218+26=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 26 (10.55% from 255 or 5.44% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA1A is #1525E5. Grayscale: #C9C9C9. Windows color (decimal): -1385958 or 1759978. OLE color: 1759978.

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

Color convert

RGB 234 218 26 -
CMYK 0 0.07 0.89 0.08
HSL 55.38º 0.83% 0.51% -
HSV(B) 55.38º 0.89% 0.92% -
XYZ 59.19 67.71 10.93 -
YUV 200.9 29.3 151.61 -
System Red Green Blue C M Y K H S L
Decimal 234 218 26 0 0.07 0.89 0.08 55.38 0.83 0.51
Hex EA DA 1A 0 7 59 8 37 53 33
Octal 352 332 32 0 7 131 10 67 123 63
Binary 11101010 11011010 11010 0 111 1011001 1000 110111 1010011 110011

Color Harmonies of #EADA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA1A

Black with #EADA1A

Text Example


Text Example

White with #EADA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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