Html Css Color HEX #EABE5D Ronchi

📋 copy color: '#EABE5D'

red 234 ◦ green 190 ◦ blue 93

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

Shades of Ronchi #EABE5D

Tints of Ronchi #EABE5D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.75%

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

R = 45.26%
G = 36.75%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EABE5D (or 0xEABE5D) is known color: Ronchi. HEX triplet: EA, BE and 5D. RGB value is (234,190,93). Sum of RGB (Red+Green+Blue) = 234+190+93=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABE5D is #1541A2. Grayscale: #C0C0C0. Windows color (decimal): -1393059 or 6143722. OLE color: 6143722.

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

Color convert

RGB 234 190 93 -
CMYK 0 0.19 0.60 0.08
HSL 41.28º 0.77% 0.64% -
HSV(B) 41.28º 0.6% 0.92% -
XYZ 54.32 55.11 18.13 -
YUV 192.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 234 190 93 0 0.19 0.60 0.08 41.28 0.77 0.64
Hex EA BE 5D 0 13 3C 8 29 4D 40
Octal 352 276 135 0 23 74 10 51 115 100
Binary 11101010 10111110 1011101 0 10011 111100 1000 101001 1001101 1000000

Color Harmonies of #EABE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABE5D

Black with #EABE5D

Text Example


Text Example

White with #EABE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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