Html Css Color HEX #EADE1A Broom

📋 copy color: '#EADE1A'

red 234 ◦ green 222 ◦ blue 26

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

Shades of Broom #EADE1A

Tints of Broom #EADE1A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.06%

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

R = 48.55%
G = 46.06%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EADE1A (or 0xEADE1A) is known color: Broom. HEX triplet: EA, DE and 1A. RGB value is (234,222,26). Sum of RGB (Red+Green+Blue) = 234+222+26=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 26 (10.55% from 255 or 5.39% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE1A is #1521E5. Grayscale: #CCCCCC. Windows color (decimal): -1384934 or 1761002. OLE color: 1761002.

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

Color convert

RGB 234 222 26 -
CMYK 0 0.05 0.89 0.08
HSL 56.54º 0.83% 0.51% -
HSV(B) 56.54º 0.89% 0.92% -
XYZ 60.24 69.81 11.28 -
YUV 203.24 27.98 149.94 -
System Red Green Blue C M Y K H S L
Decimal 234 222 26 0 0.05 0.89 0.08 56.54 0.83 0.51
Hex EA DE 1A 0 5 59 8 39 53 33
Octal 352 336 32 0 5 131 10 71 123 63
Binary 11101010 11011110 11010 0 101 1011001 1000 111001 1010011 110011

Color Harmonies of #EADE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE1A

Black with #EADE1A

Text Example


Text Example

White with #EADE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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