Html Css Color HEX #EAB95A Ronchi

📋 copy color: '#EAB95A'

red 234 ◦ green 185 ◦ blue 90

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

Shades of Ronchi #EAB95A

Tints of Ronchi #EAB95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.68%

R = 45.97%
G = 36.35%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAB95A (or 0xEAB95A) is known color: Ronchi. HEX triplet: EA, B9 and 5A. RGB value is (234,185,90). Sum of RGB (Red+Green+Blue) = 234+185+90=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB95A is #1546A5. Grayscale: #BDBDBD. Windows color (decimal): -1394342 or 5945834. OLE color: 5945834.

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

Color convert

RGB 234 185 90 -
CMYK 0 0.21 0.62 0.08
HSL 39.58º 0.77% 0.64% -
HSV(B) 39.58º 0.62% 0.92% -
XYZ 53.13 52.93 17.09 -
YUV 188.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 234 185 90 0 0.21 0.62 0.08 39.58 0.77 0.64
Hex EA B9 5A 0 15 3E 8 28 4D 40
Octal 352 271 132 0 25 76 10 50 115 100
Binary 11101010 10111001 1011010 0 10101 111110 1000 101000 1001101 1000000

Color Harmonies of #EAB95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB95A

Black with #EAB95A

Text Example


Text Example

White with #EAB95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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