Html Css Color HEX #ECB67D Corvette

📋 copy color: '#ECB67D'

red 236 ◦ green 182 ◦ blue 125

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

Shades of Corvette #ECB67D

Tints of Corvette #ECB67D

RGB

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

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

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

R = 43.46%
G = 33.52%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ECB67D (or 0xECB67D) is known color: Corvette. HEX triplet: EC, B6 and 7D. RGB value is (236,182,125). Sum of RGB (Red+Green+Blue) = 236+182+125=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB67D is #134982. Grayscale: #BFBFBF. Windows color (decimal): -1264003 or 8238828. OLE color: 8238828.

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

Color convert

RGB 236 182 125 -
CMYK 0 0.23 0.47 0.07
HSL 30.81º 0.74% 0.71% -
HSV(B) 30.81º 0.47% 0.93% -
XYZ 55.02 52.77 26.69 -
YUV 191.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 236 182 125 0 0.23 0.47 0.07 30.81 0.74 0.71
Hex EC B6 7D 0 17 2F 7 1F 4A 47
Octal 354 266 175 0 27 57 7 37 112 107
Binary 11101100 10110110 1111101 0 10111 101111 111 11111 1001010 1000111

Color Harmonies of #ECB67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB67D

Black with #ECB67D

Text Example


Text Example

White with #ECB67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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