#EBB67B

Color #EBB67B Corvette (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corvette #EBB67B

Tints of Corvette #EBB67B

Color information

#EBB67B (or 0xEBB67B) is unknown color: approx Corvette. HEX triplet: EB, B6 and 7B. RGB value is (235,182,123). Sum of RGB (Red+Green+Blue) = 235+182+123=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB67B is #144984. Grayscale: #BFBFBF. Windows color (decimal): -1329541 or 8107755. OLE color: 8107755.

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

Color convert

RGB235182123-
CMYK00.230.480.08
HSL31.61º73.68%70.2%-
HSV(B)31.61º47.66%92.16%-
XYZ54.5652.5526.01-
YUV191.1289.56159.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.52%
GREEN value IS 182 (71.48% from 255) = 33.70%
BLUE value IS 123 (48.44% from 255) = 22.78%
R=43.52%
G=33.70%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518212300.230.480.0831.6173.6870.2
HexEBB67B017308204a46
Octal353266173027601040112106
Binary11101011101101101111011010111110000100010000010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB67B; }

 p { color: rgb(235,182,123); }

 H1.HeaderClassName
 {
   color: #EBB67B;
 }
 .AnyTagClassName
 {
   color: #EBB67B;
 }
</style>
background-color css

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

 a { background-color: rgb(235,182,123); }

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

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

 span { border-color: rgb(235,182,123); }

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