Html Css Color HEX #EACE1A Broom

📋 copy color: '#EACE1A'

red 234 ◦ green 206 ◦ blue 26

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

Shades of Broom #EACE1A

Tints of Broom #EACE1A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.21%

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

R = 50.21%
G = 44.21%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EACE1A (or 0xEACE1A) is known color: Broom. HEX triplet: EA, CE and 1A. RGB value is (234,206,26). Sum of RGB (Red+Green+Blue) = 234+206+26=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 26 (10.55% from 255 or 5.58% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACE1A is #1531E5. Grayscale: #C2C2C2. Windows color (decimal): -1389030 or 1756906. OLE color: 1756906.

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

Color convert

RGB 234 206 26 -
CMYK 0 0.12 0.89 0.08
HSL 51.92º 0.83% 0.51% -
HSV(B) 51.92º 0.89% 0.92% -
XYZ 56.19 61.71 9.93 -
YUV 193.85 33.28 156.64 -
System Red Green Blue C M Y K H S L
Decimal 234 206 26 0 0.12 0.89 0.08 51.92 0.83 0.51
Hex EA CE 1A 0 C 59 8 34 53 33
Octal 352 316 32 0 14 131 10 64 123 63
Binary 11101010 11001110 11010 0 1100 1011001 1000 110100 1010011 110011

Color Harmonies of #EACE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE1A

Black with #EACE1A

Text Example


Text Example

White with #EACE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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