Html Css Color HEX #EEBC5C Ronchi

📋 copy color: '#EEBC5C'

red 238 ◦ green 188 ◦ blue 92

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

Shades of Ronchi #EEBC5C

Tints of Ronchi #EEBC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.76%

R = 45.95%
G = 36.29%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EEBC5C (or 0xEEBC5C) is known color: Ronchi. HEX triplet: EE, BC and 5C. RGB value is (238,188,92). Sum of RGB (Red+Green+Blue) = 238+188+92=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC5C is #1143A3. Grayscale: #C0C0C0. Windows color (decimal): -1131428 or 6077678. OLE color: 6077678.

HSL color Cylindrical-coordinate representation of color #EEBC5C: hue angle of 39.45º 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 #EEBC5C is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 188 92 -
CMYK 0 0.21 0.61 0.07
HSL 39.45º 0.81% 0.65% -
HSV(B) 39.45º 0.61% 0.93% -
XYZ 55.17 54.92 17.82 -
YUV 192.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 238 188 92 0 0.21 0.61 0.07 39.45 0.81 0.65
Hex EE BC 5C 0 15 3D 7 27 51 41
Octal 356 274 134 0 25 75 7 47 121 101
Binary 11101110 10111100 1011100 0 10101 111101 111 100111 1010001 1000001

Color Harmonies of #EEBC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBC5C

Black with #EEBC5C

Text Example


Text Example

White with #EEBC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBC5C; }

 p { color: rgb(238,188,92); }

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

background-color css

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

 a { background-color: rgb(238,188,92); }

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

border-color css

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

 span { border-color: rgb(238,188,92); }

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