Html Css Color HEX #EABC5E Ronchi

📋 copy color: '#EABC5E'

red 234 ◦ green 188 ◦ blue 94

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

Shades of Ronchi #EABC5E

Tints of Ronchi #EABC5E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

 BLUE value IS 94 (37.11% from 255) = 18.22%

R = 45.35%
G = 36.43%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EABC5E (or 0xEABC5E) is known color: Ronchi. HEX triplet: EA, BC and 5E. RGB value is (234,188,94). Sum of RGB (Red+Green+Blue) = 234+188+94=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC5E is #1543A1. Grayscale: #BFBFBF. Windows color (decimal): -1393570 or 6208746. OLE color: 6208746.

HSL color Cylindrical-coordinate representation of color #EABC5E: hue angle of 40.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EABC5E is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 188 94 -
CMYK 0 0.20 0.60 0.08
HSL 40.29º 0.77% 0.64% -
HSV(B) 40.29º 0.6% 0.92% -
XYZ 53.94 54.27 18.22 -
YUV 191.04 73.24 158.64 -
System Red Green Blue C M Y K H S L
Decimal 234 188 94 0 0.20 0.60 0.08 40.29 0.77 0.64
Hex EA BC 5E 0 14 3C 8 28 4D 40
Octal 352 274 136 0 24 74 10 50 115 100
Binary 11101010 10111100 1011110 0 10100 111100 1000 101000 1001101 1000000

Color Harmonies of #EABC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABC5E

Black with #EABC5E

Text Example


Text Example

White with #EABC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABC5E; }

 p { color: rgb(234,188,94); }

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

background-color css

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

 a { background-color: rgb(234,188,94); }

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

border-color css

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

 span { border-color: rgb(234,188,94); }

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