Html Css Color HEX #EEBA55 Ronchi

📋 copy color: '#EEBA55'

red 238 ◦ green 186 ◦ blue 85

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

Shades of Ronchi #EEBA55

Tints of Ronchi #EEBA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.7%

R = 46.76%
G = 36.54%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEBA55 (or 0xEEBA55) is known color: Ronchi. HEX triplet: EE, BA and 55. RGB value is (238,186,85). Sum of RGB (Red+Green+Blue) = 238+186+85=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA55 is #1145AA. Grayscale: #BEBEBE. Windows color (decimal): -1131947 or 5618414. OLE color: 5618414.

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

Color convert

RGB 238 186 85 -
CMYK 0 0.22 0.64 0.07
HSL 39.61º 0.82% 0.63% -
HSV(B) 39.61º 0.64% 0.93% -
XYZ 54.46 53.95 16.14 -
YUV 190.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 238 186 85 0 0.22 0.64 0.07 39.61 0.82 0.63
Hex EE BA 55 0 16 40 7 28 52 3F
Octal 356 272 125 0 26 100 7 50 122 77
Binary 11101110 10111010 1010101 0 10110 1000000 111 101000 1010010 111111

Color Harmonies of #EEBA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA55

Black with #EEBA55

Text Example


Text Example

White with #EEBA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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