Html Css Color HEX #EBBB5D Ronchi

📋 copy color: '#EBBB5D'

red 235 ◦ green 187 ◦ blue 93

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

Shades of Ronchi #EBBB5D

Tints of Ronchi #EBBB5D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.31%

 BLUE value IS 93 (36.72% from 255) = 18.06%

R = 45.63%
G = 36.31%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBBB5D (or 0xEBBB5D) is known color: Ronchi. HEX triplet: EB, BB and 5D. RGB value is (235,187,93). Sum of RGB (Red+Green+Blue) = 235+187+93=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBB5D is #1444A2. Grayscale: #BFBFBF. Windows color (decimal): -1328291 or 6142955. OLE color: 6142955.

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

Color convert

RGB 235 187 93 -
CMYK 0 0.20 0.60 0.08
HSL 39.72º 0.78% 0.64% -
HSV(B) 39.72º 0.6% 0.92% -
XYZ 54.01 53.99 17.93 -
YUV 190.64 72.9 159.64 -
System Red Green Blue C M Y K H S L
Decimal 235 187 93 0 0.20 0.60 0.08 39.72 0.78 0.64
Hex EB BB 5D 0 14 3C 8 28 4E 40
Octal 353 273 135 0 24 74 10 50 116 100
Binary 11101011 10111011 1011101 0 10100 111100 1000 101000 1001110 1000000

Color Harmonies of #EBBB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBB5D

Black with #EBBB5D

Text Example


Text Example

White with #EBBB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBB5D; }

 p { color: rgb(235,187,93); }

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

background-color css

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

 a { background-color: rgb(235,187,93); }

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

border-color css

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

 span { border-color: rgb(235,187,93); }

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