Html Css Color HEX #EBBE5F Ronchi

📋 copy color: '#EBBE5F'

red 235 ◦ green 190 ◦ blue 95

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

Shades of Ronchi #EBBE5F

Tints of Ronchi #EBBE5F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.54%

 BLUE value IS 95 (37.5% from 255) = 18.27%

R = 45.19%
G = 36.54%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBBE5F (or 0xEBBE5F) is known color: Ronchi. HEX triplet: EB, BE and 5F. RGB value is (235,190,95). Sum of RGB (Red+Green+Blue) = 235+190+95=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE5F is #1441A0. Grayscale: #C1C1C1. Windows color (decimal): -1327521 or 6274795. OLE color: 6274795.

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

Color convert

RGB 235 190 95 -
CMYK 0 0.19 0.60 0.08
HSL 40.71º 0.78% 0.65% -
HSV(B) 40.71º 0.6% 0.92% -
XYZ 54.74 55.32 18.62 -
YUV 192.63 72.91 158.22 -
System Red Green Blue C M Y K H S L
Decimal 235 190 95 0 0.19 0.60 0.08 40.71 0.78 0.65
Hex EB BE 5F 0 13 3C 8 29 4E 41
Octal 353 276 137 0 23 74 10 51 116 101
Binary 11101011 10111110 1011111 0 10011 111100 1000 101001 1001110 1000001

Color Harmonies of #EBBE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBE5F

Black with #EBBE5F

Text Example


Text Example

White with #EBBE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBE5F; }

 p { color: rgb(235,190,95); }

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

background-color css

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

 a { background-color: rgb(235,190,95); }

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

border-color css

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

 span { border-color: rgb(235,190,95); }

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