Html Css Color HEX #EAB957 Ronchi

📋 copy color: '#EAB957'

red 234 ◦ green 185 ◦ blue 87

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

Shades of Ronchi #EAB957

Tints of Ronchi #EAB957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.19%

R = 46.25%
G = 36.56%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EAB957 (or 0xEAB957) is known color: Ronchi. HEX triplet: EA, B9 and 57. RGB value is (234,185,87). Sum of RGB (Red+Green+Blue) = 234+185+87=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 87 (34.38% from 255 or 17.19% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB957 is #1546A8. Grayscale: #BCBCBC. Windows color (decimal): -1394345 or 5749226. OLE color: 5749226.

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

Color convert

RGB 234 185 87 -
CMYK 0 0.21 0.63 0.08
HSL 40º 0.78% 0.63% -
HSV(B) 40º 0.63% 0.92% -
XYZ 53 52.88 16.43 -
YUV 188.48 70.73 160.47 -
System Red Green Blue C M Y K H S L
Decimal 234 185 87 0 0.21 0.63 0.08 40 0.78 0.63
Hex EA B9 57 0 15 3F 8 28 4E 3F
Octal 352 271 127 0 25 77 10 50 116 77
Binary 11101010 10111001 1010111 0 10101 111111 1000 101000 1001110 111111

Color Harmonies of #EAB957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB957

Black with #EAB957

Text Example


Text Example

White with #EAB957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB957; }

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

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

background-color css

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

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

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

border-color css

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

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

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