Html Css Color HEX #EEBA4E Ronchi

📋 copy color: '#EEBA4E'

red 238 ◦ green 186 ◦ blue 78

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

Shades of Ronchi #EEBA4E

Tints of Ronchi #EEBA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.54%

R = 47.41%
G = 37.05%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EEBA4E (or 0xEEBA4E) is known color: Ronchi. HEX triplet: EE, BA and 4E. RGB value is (238,186,78). Sum of RGB (Red+Green+Blue) = 238+186+78=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA4E is #1145B1. Grayscale: #BDBDBD. Windows color (decimal): -1131954 or 5159662. OLE color: 5159662.

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

Color convert

RGB 238 186 78 -
CMYK 0 0.22 0.67 0.07
HSL 40.5º 0.82% 0.62% -
HSV(B) 40.5º 0.67% 0.93% -
XYZ 54.19 53.85 14.74 -
YUV 189.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 238 186 78 0 0.22 0.67 0.07 40.5 0.82 0.62
Hex EE BA 4E 0 16 43 7 28 52 3E
Octal 356 272 116 0 26 103 7 50 122 76
Binary 11101110 10111010 1001110 0 10110 1000011 111 101000 1010010 111110

Color Harmonies of #EEBA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA4E

Black with #EEBA4E

Text Example


Text Example

White with #EEBA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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