Html Css Color HEX #EABE5C Ronchi

📋 copy color: '#EABE5C'

red 234 ◦ green 190 ◦ blue 92

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

Shades of Ronchi #EABE5C

Tints of Ronchi #EABE5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.83%

R = 45.35%
G = 36.82%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EABE5C (or 0xEABE5C) is known color: Ronchi. HEX triplet: EA, BE and 5C. RGB value is (234,190,92). Sum of RGB (Red+Green+Blue) = 234+190+92=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABE5C is #1541A3. Grayscale: #C0C0C0. Windows color (decimal): -1393060 or 6078186. OLE color: 6078186.

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

Color convert

RGB 234 190 92 -
CMYK 0 0.19 0.61 0.08
HSL 41.41º 0.77% 0.64% -
HSV(B) 41.41º 0.61% 0.92% -
XYZ 54.28 55.09 17.9 -
YUV 191.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 234 190 92 0 0.19 0.61 0.08 41.41 0.77 0.64
Hex EA BE 5C 0 13 3D 8 29 4D 40
Octal 352 276 134 0 23 75 10 51 115 100
Binary 11101010 10111110 1011100 0 10011 111101 1000 101001 1001101 1000000

Color Harmonies of #EABE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABE5C

Black with #EABE5C

Text Example


Text Example

White with #EABE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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