Html Css Color HEX #ECB67A Corvette

📋 copy color: '#ECB67A'

red 236 ◦ green 182 ◦ blue 122

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

Shades of Corvette #ECB67A

Tints of Corvette #ECB67A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.7%

 BLUE value IS 122 (48.05% from 255) = 22.59%

R = 43.7%
G = 33.7%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ECB67A (or 0xECB67A) is known color: Corvette. HEX triplet: EC, B6 and 7A. RGB value is (236,182,122). Sum of RGB (Red+Green+Blue) = 236+182+122=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB67A is #134985. Grayscale: #BFBFBF. Windows color (decimal): -1264006 or 8042220. OLE color: 8042220.

HSL color Cylindrical-coordinate representation of color #ECB67A: hue angle of 31.58º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECB67A is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 182 122 -
CMYK 0 0.23 0.48 0.07
HSL 31.58º 0.75% 0.7% -
HSV(B) 31.58º 0.48% 0.93% -
XYZ 54.83 52.69 25.69 -
YUV 191.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 236 182 122 0 0.23 0.48 0.07 31.58 0.75 0.7
Hex EC B6 7A 0 17 30 7 20 4B 46
Octal 354 266 172 0 27 60 7 40 113 106
Binary 11101100 10110110 1111010 0 10111 110000 111 100000 1001011 1000110

Color Harmonies of #ECB67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB67A

Black with #ECB67A

Text Example


Text Example

White with #ECB67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB67A; }

 p { color: rgb(236,182,122); }

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

background-color css

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

 a { background-color: rgb(236,182,122); }

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

border-color css

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

 span { border-color: rgb(236,182,122); }

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