Html Css Color HEX #ECBE5F Ronchi

📋 copy color: '#ECBE5F'

red 236 ◦ green 190 ◦ blue 95

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

Shades of Ronchi #ECBE5F

Tints of Ronchi #ECBE5F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.47%

 BLUE value IS 95 (37.5% from 255) = 18.23%

R = 45.3%
G = 36.47%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECBE5F (or 0xECBE5F) is known color: Ronchi. HEX triplet: EC, BE and 5F. RGB value is (236,190,95). Sum of RGB (Red+Green+Blue) = 236+190+95=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBE5F is #1341A0. Grayscale: #C1C1C1. Windows color (decimal): -1261985 or 6274796. OLE color: 6274796.

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

Color convert

RGB 236 190 95 -
CMYK 0 0.19 0.60 0.07
HSL 40.43º 0.79% 0.65% -
HSV(B) 40.43º 0.6% 0.93% -
XYZ 55.07 55.49 18.63 -
YUV 192.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 236 190 95 0 0.19 0.60 0.07 40.43 0.79 0.65
Hex EC BE 5F 0 13 3C 7 28 4F 41
Octal 354 276 137 0 23 74 7 50 117 101
Binary 11101100 10111110 1011111 0 10011 111100 111 101000 1001111 1000001

Color Harmonies of #ECBE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE5F

Black with #ECBE5F

Text Example


Text Example

White with #ECBE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE5F; }

 p { color: rgb(236,190,95); }

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

background-color css

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

 a { background-color: rgb(236,190,95); }

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

border-color css

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

 span { border-color: rgb(236,190,95); }

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