Html Css Color HEX #ECBC5E Ronchi

📋 copy color: '#ECBC5E'

red 236 ◦ green 188 ◦ blue 94

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

Shades of Ronchi #ECBC5E

Tints of Ronchi #ECBC5E

RGB

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

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

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

R = 45.56%
G = 36.29%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECBC5E (or 0xECBC5E) is known color: Ronchi. HEX triplet: EC, BC and 5E. RGB value is (236,188,94). Sum of RGB (Red+Green+Blue) = 236+188+94=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC5E is #1343A1. Grayscale: #C0C0C0. Windows color (decimal): -1262498 or 6208748. OLE color: 6208748.

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

Color convert

RGB 236 188 94 -
CMYK 0 0.20 0.60 0.07
HSL 39.72º 0.79% 0.65% -
HSV(B) 39.72º 0.6% 0.93% -
XYZ 54.6 54.61 18.25 -
YUV 191.64 72.9 159.64 -
System Red Green Blue C M Y K H S L
Decimal 236 188 94 0 0.20 0.60 0.07 39.72 0.79 0.65
Hex EC BC 5E 0 14 3C 7 28 4F 41
Octal 354 274 136 0 24 74 7 50 117 101
Binary 11101100 10111100 1011110 0 10100 111100 111 101000 1001111 1000001

Color Harmonies of #ECBC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC5E

Black with #ECBC5E

Text Example


Text Example

White with #ECBC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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