Html Css Color HEX #EBBE5E Ronchi

📋 copy color: '#EBBE5E'

red 235 ◦ green 190 ◦ blue 94

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

Shades of Ronchi #EBBE5E

Tints of Ronchi #EBBE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.11%

R = 45.28%
G = 36.61%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EBBE5E (or 0xEBBE5E) is known color: Ronchi. HEX triplet: EB, BE and 5E. RGB value is (235,190,94). Sum of RGB (Red+Green+Blue) = 235+190+94=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE5E is #1441A1. Grayscale: #C0C0C0. Windows color (decimal): -1327522 or 6209259. OLE color: 6209259.

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

Color convert

RGB 235 190 94 -
CMYK 0 0.19 0.6 0.08
HSL 40.85º 0.78% 0.65% -
HSV(B) 40.85º 0.6% 0.92% -
XYZ 54.69 55.3 18.38 -
YUV 192.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 235 190 94 0 0.19 0.6 0.08 40.85 0.78 0.65
Hex EB BE 5E 0 13 3C 8 29 4E 41
Octal 353 276 136 0 23 74 10 51 116 101
Binary 11101011 10111110 1011110 0 10011 111100 1000 101001 1001110 1000001

Color Harmonies of #EBBE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBE5E

Black with #EBBE5E

Text Example


Text Example

White with #EBBE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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