Html Css Color HEX #ECBA4F Ronchi

📋 copy color: '#ECBA4F'

red 236 ◦ green 186 ◦ blue 79

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

Shades of Ronchi #ECBA4F

Tints of Ronchi #ECBA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.77%

R = 47.11%
G = 37.13%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECBA4F (or 0xECBA4F) is known color: Ronchi. HEX triplet: EC, BA and 4F. RGB value is (236,186,79). Sum of RGB (Red+Green+Blue) = 236+186+79=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 79 (31.25% from 255 or 15.77% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA4F is #1345B0. Grayscale: #BDBDBD. Windows color (decimal): -1263025 or 5225196. OLE color: 5225196.

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

Color convert

RGB 236 186 79 -
CMYK 0 0.21 0.67 0.07
HSL 40.89º 0.81% 0.62% -
HSV(B) 40.89º 0.67% 0.93% -
XYZ 53.56 53.52 14.9 -
YUV 188.75 66.07 161.7 -
System Red Green Blue C M Y K H S L
Decimal 236 186 79 0 0.21 0.67 0.07 40.89 0.81 0.62
Hex EC BA 4F 0 15 43 7 29 51 3E
Octal 354 272 117 0 25 103 7 51 121 76
Binary 11101100 10111010 1001111 0 10101 1000011 111 101001 1010001 111110

Color Harmonies of #ECBA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA4F

Black with #ECBA4F

Text Example


Text Example

White with #ECBA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA4F; }

 p { color: rgb(236,186,79); }

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

background-color css

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

 a { background-color: rgb(236,186,79); }

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

border-color css

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

 span { border-color: rgb(236,186,79); }

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