Html Css Color HEX #ECBA4D Ronchi

📋 copy color: '#ECBA4D'

red 236 ◦ green 186 ◦ blue 77

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

Shades of Ronchi #ECBA4D

Tints of Ronchi #ECBA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.43%

R = 47.29%
G = 37.27%
B = 15.43%

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

#ECBA4D (or 0xECBA4D) is known color: Ronchi. HEX triplet: EC, BA and 4D. RGB value is (236,186,77). Sum of RGB (Red+Green+Blue) = 236+186+77=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA4D is #1345B2. Grayscale: #BDBDBD. Windows color (decimal): -1263027 or 5094124. OLE color: 5094124.

HSL color Cylindrical-coordinate representation of color #ECBA4D: hue angle of 41.13º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECBA4D is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 186 77 -
CMYK 0 0.21 0.67 0.07
HSL 41.13º 0.81% 0.61% -
HSV(B) 41.13º 0.67% 0.93% -
XYZ 53.49 53.49 14.53 -
YUV 188.52 65.07 161.86 -
System Red Green Blue C M Y K H S L
Decimal 236 186 77 0 0.21 0.67 0.07 41.13 0.81 0.61
Hex EC BA 4D 0 15 43 7 29 51 3D
Octal 354 272 115 0 25 103 7 51 121 75
Binary 11101100 10111010 1001101 0 10101 1000011 111 101001 1010001 111101

Color Harmonies of #ECBA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA4D

Black with #ECBA4D

Text Example


Text Example

White with #ECBA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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