Html Css Color HEX #ECB65A Ronchi

📋 copy color: '#ECB65A'

red 236 ◦ green 182 ◦ blue 90

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

Shades of Ronchi #ECB65A

Tints of Ronchi #ECB65A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.83%

 BLUE value IS 90 (35.55% from 255) = 17.72%

R = 46.46%
G = 35.83%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECB65A (or 0xECB65A) is known color: Ronchi. HEX triplet: EC, B6 and 5A. RGB value is (236,182,90). Sum of RGB (Red+Green+Blue) = 236+182+90=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB65A is #1349A5. Grayscale: #BCBCBC. Windows color (decimal): -1264038 or 5945068. OLE color: 5945068.

HSL color Cylindrical-coordinate representation of color #ECB65A: hue angle of 37.81º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECB65A is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 182 90 -
CMYK 0 0.23 0.62 0.07
HSL 37.81º 0.79% 0.64% -
HSV(B) 37.81º 0.62% 0.93% -
XYZ 53.17 52.03 16.91 -
YUV 187.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 236 182 90 0 0.23 0.62 0.07 37.81 0.79 0.64
Hex EC B6 5A 0 17 3E 7 26 4F 40
Octal 354 266 132 0 27 76 7 46 117 100
Binary 11101100 10110110 1011010 0 10111 111110 111 100110 1001111 1000000

Color Harmonies of #ECB65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB65A

Black with #ECB65A

Text Example


Text Example

White with #ECB65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB65A; }

 p { color: rgb(236,182,90); }

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

background-color css

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

 a { background-color: rgb(236,182,90); }

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

border-color css

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

 span { border-color: rgb(236,182,90); }

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