Html Css Color HEX #EAB953 Ronchi

📋 copy color: '#EAB953'

red 234 ◦ green 185 ◦ blue 83

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

Shades of Ronchi #EAB953

Tints of Ronchi #EAB953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.53%

R = 46.61%
G = 36.85%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAB953 (or 0xEAB953) is known color: Ronchi. HEX triplet: EA, B9 and 53. RGB value is (234,185,83). Sum of RGB (Red+Green+Blue) = 234+185+83=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB953 is #1546AC. Grayscale: #BCBCBC. Windows color (decimal): -1394349 or 5487082. OLE color: 5487082.

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

Color convert

RGB 234 185 83 -
CMYK 0 0.21 0.65 0.08
HSL 40.53º 0.78% 0.62% -
HSV(B) 40.53º 0.65% 0.92% -
XYZ 52.84 52.81 15.59 -
YUV 188.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 234 185 83 0 0.21 0.65 0.08 40.53 0.78 0.62
Hex EA B9 53 0 15 41 8 29 4E 3E
Octal 352 271 123 0 25 101 10 51 116 76
Binary 11101010 10111001 1010011 0 10101 1000001 1000 101001 1001110 111110

Color Harmonies of #EAB953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB953

Black with #EAB953

Text Example


Text Example

White with #EAB953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB953; }

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

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

background-color css

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

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

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

border-color css

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

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

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