Html Css Color HEX #EAB455 Ronchi

📋 copy color: '#EAB455'

red 234 ◦ green 180 ◦ blue 85

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

Shades of Ronchi #EAB455

Tints of Ronchi #EAB455

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.07%

 BLUE value IS 85 (33.59% from 255) = 17.03%

R = 46.89%
G = 36.07%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAB455 (or 0xEAB455) is known color: Ronchi. HEX triplet: EA, B4 and 55. RGB value is (234,180,85). Sum of RGB (Red+Green+Blue) = 234+180+85=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB455 is #154BAA. Grayscale: #B9B9B9. Windows color (decimal): -1395627 or 5616874. OLE color: 5616874.

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

Color convert

RGB 234 180 85 -
CMYK 0 0.23 0.64 0.08
HSL 38.26º 0.78% 0.63% -
HSV(B) 38.26º 0.64% 0.92% -
XYZ 51.89 50.79 15.66 -
YUV 185.32 71.39 162.72 -
System Red Green Blue C M Y K H S L
Decimal 234 180 85 0 0.23 0.64 0.08 38.26 0.78 0.63
Hex EA B4 55 0 17 40 8 26 4E 3F
Octal 352 264 125 0 27 100 10 46 116 77
Binary 11101010 10110100 1010101 0 10111 1000000 1000 100110 1001110 111111

Color Harmonies of #EAB455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB455

Black with #EAB455

Text Example


Text Example

White with #EAB455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB455; }

 p { color: rgb(234,180,85); }

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

background-color css

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

 a { background-color: rgb(234,180,85); }

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

border-color css

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

 span { border-color: rgb(234,180,85); }

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