Html Css Color HEX #EBBC5E Ronchi

📋 copy color: '#EBBC5E'

red 235 ◦ green 188 ◦ blue 94

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

Shades of Ronchi #EBBC5E

Tints of Ronchi #EBBC5E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.36%

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

R = 45.45%
G = 36.36%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EBBC5E (or 0xEBBC5E) is known color: Ronchi. HEX triplet: EB, BC and 5E. RGB value is (235,188,94). Sum of RGB (Red+Green+Blue) = 235+188+94=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBC5E is #1443A1. Grayscale: #BFBFBF. Windows color (decimal): -1328034 or 6208747. OLE color: 6208747.

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

Color convert

RGB 235 188 94 -
CMYK 0 0.2 0.6 0.08
HSL 40º 0.78% 0.65% -
HSV(B) 40º 0.6% 0.92% -
XYZ 54.26 54.44 18.24 -
YUV 191.34 73.07 159.14 -
System Red Green Blue C M Y K H S L
Decimal 235 188 94 0 0.2 0.6 0.08 40 0.78 0.65
Hex EB BC 5E 0 14 3C 8 28 4E 41
Octal 353 274 136 0 24 74 10 50 116 101
Binary 11101011 10111100 1011110 0 10100 111100 1000 101000 1001110 1000001

Color Harmonies of #EBBC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBC5E

Black with #EBBC5E

Text Example


Text Example

White with #EBBC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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