Html Css Color HEX #EAB958 Ronchi

📋 copy color: '#EAB958'

red 234 ◦ green 185 ◦ blue 88

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

Shades of Ronchi #EAB958

Tints of Ronchi #EAB958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.36%

R = 46.15%
G = 36.49%
B = 17.36%

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

#EAB958 (or 0xEAB958) is known color: Ronchi. HEX triplet: EA, B9 and 58. RGB value is (234,185,88). Sum of RGB (Red+Green+Blue) = 234+185+88=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB958 is #1546A7. Grayscale: #BDBDBD. Windows color (decimal): -1394344 or 5814762. OLE color: 5814762.

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

Color convert

RGB 234 185 88 -
CMYK 0 0.21 0.62 0.08
HSL 39.86º 0.78% 0.63% -
HSV(B) 39.86º 0.62% 0.92% -
XYZ 53.04 52.89 16.65 -
YUV 188.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 234 185 88 0 0.21 0.62 0.08 39.86 0.78 0.63
Hex EA B9 58 0 15 3E 8 28 4E 3F
Octal 352 271 130 0 25 76 10 50 116 77
Binary 11101010 10111001 1011000 0 10101 111110 1000 101000 1001110 111111

Color Harmonies of #EAB958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB958

Black with #EAB958

Text Example


Text Example

White with #EAB958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB958; }

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

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

background-color css

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

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

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

border-color css

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

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

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