Html Css Color HEX #ECBA7D Corvette

📋 copy color: '#ECBA7D'

red 236 ◦ green 186 ◦ blue 125

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

Shades of Corvette #ECBA7D

Tints of Corvette #ECBA7D

RGB

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

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

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

R = 43.14%
G = 34%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECBA7D (or 0xECBA7D) is known color: Corvette. HEX triplet: EC, BA and 7D. RGB value is (236,186,125). Sum of RGB (Red+Green+Blue) = 236+186+125=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA7D is #134582. Grayscale: #C2C2C2. Windows color (decimal): -1262979 or 8239852. OLE color: 8239852.

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

Color convert

RGB 236 186 125 -
CMYK 0 0.21 0.47 0.07
HSL 32.97º 0.74% 0.71% -
HSV(B) 32.97º 0.47% 0.93% -
XYZ 55.85 54.43 26.96 -
YUV 194 89.07 157.96 -
System Red Green Blue C M Y K H S L
Decimal 236 186 125 0 0.21 0.47 0.07 32.97 0.74 0.71
Hex EC BA 7D 0 15 2F 7 21 4A 47
Octal 354 272 175 0 25 57 7 41 112 107
Binary 11101100 10111010 1111101 0 10101 101111 111 100001 1001010 1000111

Color Harmonies of #ECBA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA7D

Black with #ECBA7D

Text Example


Text Example

White with #ECBA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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