Html Css Color HEX #ECB97D Corvette

📋 copy color: '#ECB97D'

red 236 ◦ green 185 ◦ blue 125

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

Shades of Corvette #ECB97D

Tints of Corvette #ECB97D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.88%

 BLUE value IS 125 (49.22% from 255) = 22.89%

R = 43.22%
G = 33.88%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECB97D (or 0xECB97D) is known color: Corvette. HEX triplet: EC, B9 and 7D. RGB value is (236,185,125). Sum of RGB (Red+Green+Blue) = 236+185+125=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB97D is #134682. Grayscale: #C1C1C1. Windows color (decimal): -1263235 or 8239596. OLE color: 8239596.

HSL color Cylindrical-coordinate representation of color #ECB97D: hue angle of 32.43º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECB97D is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 185 125 -
CMYK 0 0.22 0.47 0.07
HSL 32.43º 0.74% 0.71% -
HSV(B) 32.43º 0.47% 0.93% -
XYZ 55.64 54.01 26.89 -
YUV 193.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 236 185 125 0 0.22 0.47 0.07 32.43 0.74 0.71
Hex EC B9 7D 0 16 2F 7 20 4A 47
Octal 354 271 175 0 26 57 7 40 112 107
Binary 11101100 10111001 1111101 0 10110 101111 111 100000 1001010 1000111

Color Harmonies of #ECB97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB97D

Black with #ECB97D

Text Example


Text Example

White with #ECB97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB97D; }

 p { color: rgb(236,185,125); }

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

background-color css

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

 a { background-color: rgb(236,185,125); }

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

border-color css

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

 span { border-color: rgb(236,185,125); }

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