Html Css Color HEX #EAB95D Ronchi

📋 copy color: '#EAB95D'

red 234 ◦ green 185 ◦ blue 93

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

Shades of Ronchi #EAB95D

Tints of Ronchi #EAB95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.16%

R = 45.7%
G = 36.13%
B = 18.16%

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

#EAB95D (or 0xEAB95D) is known color: Ronchi. HEX triplet: EA, B9 and 5D. RGB value is (234,185,93). Sum of RGB (Red+Green+Blue) = 234+185+93=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB95D is #1546A2. Grayscale: #BDBDBD. Windows color (decimal): -1394339 or 6142442. OLE color: 6142442.

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

Color convert

RGB 234 185 93 -
CMYK 0 0.21 0.60 0.08
HSL 39.15º 0.77% 0.64% -
HSV(B) 39.15º 0.6% 0.92% -
XYZ 53.26 52.98 17.78 -
YUV 189.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 234 185 93 0 0.21 0.60 0.08 39.15 0.77 0.64
Hex EA B9 5D 0 15 3C 8 27 4D 40
Octal 352 271 135 0 25 74 10 47 115 100
Binary 11101010 10111001 1011101 0 10101 111100 1000 100111 1001101 1000000

Color Harmonies of #EAB95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB95D

Black with #EAB95D

Text Example


Text Example

White with #EAB95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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