Html Css Color HEX #EBB555 Ronchi

📋 copy color: '#EBB555'

red 235 ◦ green 181 ◦ blue 85

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

Shades of Ronchi #EBB555

Tints of Ronchi #EBB555

RGB

 RED value IS 235 (92.19% from 255) = 46.91%

 GREEN value IS 181 (71.09% from 255) = 36.13%

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

R = 46.91%
G = 36.13%
B = 16.97%

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

#EBB555 (or 0xEBB555) is known color: Ronchi. HEX triplet: EB, B5 and 55. RGB value is (235,181,85). Sum of RGB (Red+Green+Blue) = 235+181+85=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB555 is #144AAA. Grayscale: #BABABA. Windows color (decimal): -1329835 or 5617131. OLE color: 5617131.

HSL color Cylindrical-coordinate representation of color #EBB555: hue angle of 38.4º degrees, saturation: 0.79, 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 #EBB555 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 181 85 -
CMYK 0 0.23 0.64 0.08
HSL 38.4º 0.79% 0.63% -
HSV(B) 38.4º 0.64% 0.92% -
XYZ 52.42 51.37 15.75 -
YUV 186.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 235 181 85 0 0.23 0.64 0.08 38.4 0.79 0.63
Hex EB B5 55 0 17 40 8 26 4F 3F
Octal 353 265 125 0 27 100 10 46 117 77
Binary 11101011 10110101 1010101 0 10111 1000000 1000 100110 1001111 111111

Color Harmonies of #EBB555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB555

Black with #EBB555

Text Example


Text Example

White with #EBB555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB555; }

 p { color: rgb(235,181,85); }

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

background-color css

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

 a { background-color: rgb(235,181,85); }

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

border-color css

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

 span { border-color: rgb(235,181,85); }

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