Html Css Color HEX #EBB755 Ronchi

📋 copy color: '#EBB755'

red 235 ◦ green 183 ◦ blue 85

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

Shades of Ronchi #EBB755

Tints of Ronchi #EBB755

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.38%

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

R = 46.72%
G = 36.38%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBB755 (or 0xEBB755) is known color: Ronchi. HEX triplet: EB, B7 and 55. RGB value is (235,183,85). Sum of RGB (Red+Green+Blue) = 235+183+85=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB755 is #1448AA. Grayscale: #BBBBBB. Windows color (decimal): -1329323 or 5617643. OLE color: 5617643.

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

Color convert

RGB 235 183 85 -
CMYK 0 0.22 0.64 0.08
HSL 39.2º 0.79% 0.63% -
HSV(B) 39.2º 0.64% 0.92% -
XYZ 52.83 52.19 15.88 -
YUV 187.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 235 183 85 0 0.22 0.64 0.08 39.2 0.79 0.63
Hex EB B7 55 0 16 40 8 27 4F 3F
Octal 353 267 125 0 26 100 10 47 117 77
Binary 11101011 10110111 1010101 0 10110 1000000 1000 100111 1001111 111111

Color Harmonies of #EBB755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB755

Black with #EBB755

Text Example


Text Example

White with #EBB755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB755; }

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

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

background-color css

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

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

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

border-color css

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

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

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