Html Css Color HEX #ECBD5A Ronchi

📋 copy color: '#ECBD5A'

red 236 ◦ green 189 ◦ blue 90

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

Shades of Ronchi #ECBD5A

Tints of Ronchi #ECBD5A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.7%

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

R = 45.83%
G = 36.7%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECBD5A (or 0xECBD5A) is known color: Ronchi. HEX triplet: EC, BD and 5A. RGB value is (236,189,90). Sum of RGB (Red+Green+Blue) = 236+189+90=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD5A is #1342A5. Grayscale: #C0C0C0. Windows color (decimal): -1262246 or 5946860. OLE color: 5946860.

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

Color convert

RGB 236 189 90 -
CMYK 0 0.20 0.62 0.07
HSL 40.68º 0.79% 0.64% -
HSV(B) 40.68º 0.62% 0.93% -
XYZ 54.64 54.97 17.4 -
YUV 191.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 236 189 90 0 0.20 0.62 0.07 40.68 0.79 0.64
Hex EC BD 5A 0 14 3E 7 29 4F 40
Octal 354 275 132 0 24 76 7 51 117 100
Binary 11101100 10111101 1011010 0 10100 111110 111 101001 1001111 1000000

Color Harmonies of #ECBD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD5A

Black with #ECBD5A

Text Example


Text Example

White with #ECBD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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