Html Css Color HEX #EEBA5D Ronchi

📋 copy color: '#EEBA5D'

red 238 ◦ green 186 ◦ blue 93

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

Shades of Ronchi #EEBA5D

Tints of Ronchi #EEBA5D

RGB

 RED value IS 238 (93.36% from 255) = 46.03%

 GREEN value IS 186 (73.05% from 255) = 35.98%

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

R = 46.03%
G = 35.98%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEBA5D (or 0xEEBA5D) is known color: Ronchi. HEX triplet: EE, BA and 5D. RGB value is (238,186,93). Sum of RGB (Red+Green+Blue) = 238+186+93=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA5D is #1145A2. Grayscale: #BFBFBF. Windows color (decimal): -1131939 or 6142702. OLE color: 6142702.

HSL color Cylindrical-coordinate representation of color #EEBA5D: hue angle of 38.48º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEBA5D is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 186 93 -
CMYK 0 0.22 0.61 0.07
HSL 38.48º 0.81% 0.65% -
HSV(B) 38.48º 0.61% 0.93% -
XYZ 54.79 54.09 17.91 -
YUV 190.95 72.73 161.56 -
System Red Green Blue C M Y K H S L
Decimal 238 186 93 0 0.22 0.61 0.07 38.48 0.81 0.65
Hex EE BA 5D 0 16 3D 7 26 51 41
Octal 356 272 135 0 26 75 7 46 121 101
Binary 11101110 10111010 1011101 0 10110 111101 111 100110 1010001 1000001

Color Harmonies of #EEBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA5D

Black with #EEBA5D

Text Example


Text Example

White with #EEBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA5D; }

 p { color: rgb(238,186,93); }

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

background-color css

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

 a { background-color: rgb(238,186,93); }

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

border-color css

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

 span { border-color: rgb(238,186,93); }

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