Html Css Color HEX #EEBA5A Ronchi

📋 copy color: '#EEBA5A'

red 238 ◦ green 186 ◦ blue 90

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

Shades of Ronchi #EEBA5A

Tints of Ronchi #EEBA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.51%

R = 46.3%
G = 36.19%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EEBA5A (or 0xEEBA5A) is known color: Ronchi. HEX triplet: EE, BA and 5A. RGB value is (238,186,90). Sum of RGB (Red+Green+Blue) = 238+186+90=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA5A is #1145A5. Grayscale: #BFBFBF. Windows color (decimal): -1131942 or 5946094. OLE color: 5946094.

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

Color convert

RGB 238 186 90 -
CMYK 0 0.22 0.62 0.07
HSL 38.92º 0.81% 0.64% -
HSV(B) 38.92º 0.62% 0.93% -
XYZ 54.66 54.03 17.22 -
YUV 190.6 71.23 161.81 -
System Red Green Blue C M Y K H S L
Decimal 238 186 90 0 0.22 0.62 0.07 38.92 0.81 0.64
Hex EE BA 5A 0 16 3E 7 27 51 40
Octal 356 272 132 0 26 76 7 47 121 100
Binary 11101110 10111010 1011010 0 10110 111110 111 100111 1010001 1000000

Color Harmonies of #EEBA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA5A

Black with #EEBA5A

Text Example


Text Example

White with #EEBA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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