Html Css Color HEX #ECBB5E Ronchi

📋 copy color: '#ECBB5E'

red 236 ◦ green 187 ◦ blue 94

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

Shades of Ronchi #ECBB5E

Tints of Ronchi #ECBB5E

RGB

 RED value IS 236 (92.58% from 255) = 45.65%

 GREEN value IS 187 (73.44% from 255) = 36.17%

 BLUE value IS 94 (37.11% from 255) = 18.18%

R = 45.65%
G = 36.17%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECBB5E (or 0xECBB5E) is known color: Ronchi. HEX triplet: EC, BB and 5E. RGB value is (236,187,94). Sum of RGB (Red+Green+Blue) = 236+187+94=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBB5E is #1344A1. Grayscale: #BFBFBF. Windows color (decimal): -1262754 or 6208492. OLE color: 6208492.

HSL color Cylindrical-coordinate representation of color #ECBB5E: hue angle of 39.3º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECBB5E is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 187 94 -
CMYK 0 0.21 0.60 0.07
HSL 39.3º 0.79% 0.65% -
HSV(B) 39.3º 0.6% 0.93% -
XYZ 54.38 54.18 18.18 -
YUV 191.05 73.23 160.06 -
System Red Green Blue C M Y K H S L
Decimal 236 187 94 0 0.21 0.60 0.07 39.3 0.79 0.65
Hex EC BB 5E 0 15 3C 7 27 4F 41
Octal 354 273 136 0 25 74 7 47 117 101
Binary 11101100 10111011 1011110 0 10101 111100 111 100111 1001111 1000001

Color Harmonies of #ECBB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBB5E

Black with #ECBB5E

Text Example


Text Example

White with #ECBB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBB5E; }

 p { color: rgb(236,187,94); }

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

background-color css

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

 a { background-color: rgb(236,187,94); }

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

border-color css

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

 span { border-color: rgb(236,187,94); }

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