Html Css Color HEX #ECBE8C Corvette

📋 copy color: '#ECBE8C'

red 236 ◦ green 190 ◦ blue 140

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

Shades of Corvette #ECBE8C

Tints of Corvette #ECBE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.57%

 BLUE value IS 140 (55.08% from 255) = 24.73%

R = 41.7%
G = 33.57%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ECBE8C (or 0xECBE8C) is known color: Corvette. HEX triplet: EC, BE and 8C. RGB value is (236,190,140). Sum of RGB (Red+Green+Blue) = 236+190+140=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBE8C is #134173. Grayscale: #C6C6C6. Windows color (decimal): -1261940 or 9223916. OLE color: 9223916.

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

Color convert

RGB 236 190 140 -
CMYK 0 0.19 0.41 0.07
HSL 31.25º 0.72% 0.74% -
HSV(B) 31.25º 0.41% 0.93% -
XYZ 57.74 56.55 32.68 -
YUV 198.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 236 190 140 0 0.19 0.41 0.07 31.25 0.72 0.74
Hex EC BE 8C 0 13 29 7 1F 48 4A
Octal 354 276 214 0 23 51 7 37 110 112
Binary 11101100 10111110 10001100 0 10011 101001 111 11111 1001000 1001010

Color Harmonies of #ECBE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE8C

Black with #ECBE8C

Text Example


Text Example

White with #ECBE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE8C; }

 p { color: rgb(236,190,140); }

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

background-color css

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

 a { background-color: rgb(236,190,140); }

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

border-color css

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

 span { border-color: rgb(236,190,140); }

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