Html Css Color HEX #ECBE7C Corvette

📋 copy color: '#ECBE7C'

red 236 ◦ green 190 ◦ blue 124

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

Shades of Corvette #ECBE7C

Tints of Corvette #ECBE7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.55%

R = 42.91%
G = 34.55%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECBE7C (or 0xECBE7C) is known color: Corvette. HEX triplet: EC, BE and 7C. RGB value is (236,190,124). Sum of RGB (Red+Green+Blue) = 236+190+124=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBE7C is #134183. Grayscale: #C4C4C4. Windows color (decimal): -1261956 or 8175340. OLE color: 8175340.

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

Color convert

RGB 236 190 124 -
CMYK 0 0.19 0.47 0.07
HSL 35.36º 0.75% 0.71% -
HSV(B) 35.36º 0.47% 0.93% -
XYZ 56.64 56.12 26.91 -
YUV 196.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 236 190 124 0 0.19 0.47 0.07 35.36 0.75 0.71
Hex EC BE 7C 0 13 2F 7 23 4B 47
Octal 354 276 174 0 23 57 7 43 113 107
Binary 11101100 10111110 1111100 0 10011 101111 111 100011 1001011 1000111

Color Harmonies of #ECBE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE7C

Black with #ECBE7C

Text Example


Text Example

White with #ECBE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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