Html Css Color HEX #ECC07D Corvette

📋 copy color: '#ECC07D'

red 236 ◦ green 192 ◦ blue 125

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

Shades of Corvette #ECC07D

Tints of Corvette #ECC07D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.72%

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

R = 42.68%
G = 34.72%
B = 22.6%

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

#ECC07D (or 0xECC07D) is known color: Corvette. HEX triplet: EC, C0 and 7D. RGB value is (236,192,125). Sum of RGB (Red+Green+Blue) = 236+192+125=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC07D is #133F82. Grayscale: #C5C5C5. Windows color (decimal): -1261443 or 8241388. OLE color: 8241388.

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

Color convert

RGB 236 192 125 -
CMYK 0 0.19 0.47 0.07
HSL 36.22º 0.74% 0.71% -
HSV(B) 36.22º 0.47% 0.93% -
XYZ 57.14 57.01 27.39 -
YUV 197.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 236 192 125 0 0.19 0.47 0.07 36.22 0.74 0.71
Hex EC C0 7D 0 13 2F 7 24 4A 47
Octal 354 300 175 0 23 57 7 44 112 107
Binary 11101100 11000000 1111101 0 10011 101111 111 100100 1001010 1000111

Color Harmonies of #ECC07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC07D

Black with #ECC07D

Text Example


Text Example

White with #ECC07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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