Html Css Color HEX #EACE14 Broom

📋 copy color: '#EACE14'

red 234 ◦ green 206 ◦ blue 20

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

Shades of Broom #EACE14

Tints of Broom #EACE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.35%

R = 50.87%
G = 44.78%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EACE14 (or 0xEACE14) is known color: Broom. HEX triplet: EA, CE and 14. RGB value is (234,206,20). Sum of RGB (Red+Green+Blue) = 234+206+20=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACE14 is #1531EB. Grayscale: #C1C1C1. Windows color (decimal): -1389036 or 1363690. OLE color: 1363690.

HSL color Cylindrical-coordinate representation of color #EACE14: hue angle of 52.15º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EACE14 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 206 20 -
CMYK 0 0.12 0.91 0.08
HSL 52.15º 0.84% 0.5% -
HSV(B) 52.15º 0.91% 0.92% -
XYZ 56.13 61.69 9.61 -
YUV 193.17 30.28 157.12 -
System Red Green Blue C M Y K H S L
Decimal 234 206 20 0 0.12 0.91 0.08 52.15 0.84 0.5
Hex EA CE 14 0 C 5B 8 34 54 32
Octal 352 316 24 0 14 133 10 64 124 62
Binary 11101010 11001110 10100 0 1100 1011011 1000 110100 1010100 110010

Color Harmonies of #EACE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE14

Black with #EACE14

Text Example


Text Example

White with #EACE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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