Html Css Color HEX #EAB95E Ronchi

📋 copy color: '#EAB95E'

red 234 ◦ green 185 ◦ blue 94

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

Shades of Ronchi #EAB95E

Tints of Ronchi #EAB95E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.06%

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

R = 45.61%
G = 36.06%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAB95E (or 0xEAB95E) is known color: Ronchi. HEX triplet: EA, B9 and 5E. RGB value is (234,185,94). Sum of RGB (Red+Green+Blue) = 234+185+94=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB95E is #1546A1. Grayscale: #BDBDBD. Windows color (decimal): -1394338 or 6207978. OLE color: 6207978.

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

Color convert

RGB 234 185 94 -
CMYK 0 0.21 0.60 0.08
HSL 39º 0.77% 0.64% -
HSV(B) 39º 0.6% 0.92% -
XYZ 53.3 53 18.01 -
YUV 189.28 74.23 159.9 -
System Red Green Blue C M Y K H S L
Decimal 234 185 94 0 0.21 0.60 0.08 39 0.77 0.64
Hex EA B9 5E 0 15 3C 8 27 4D 40
Octal 352 271 136 0 25 74 10 47 115 100
Binary 11101010 10111001 1011110 0 10101 111100 1000 100111 1001101 1000000

Color Harmonies of #EAB95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB95E

Black with #EAB95E

Text Example


Text Example

White with #EAB95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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