Html Css Color HEX #EBC08D Corvette

📋 copy color: '#EBC08D'

red 235 ◦ green 192 ◦ blue 141

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

Shades of Corvette #EBC08D

Tints of Corvette #EBC08D

RGB

 RED value IS 235 (92.19% from 255) = 41.37%

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

 BLUE value IS 141 (55.47% from 255) = 24.82%

R = 41.37%
G = 33.8%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBC08D (or 0xEBC08D) is known color: Corvette. HEX triplet: EB, C0 and 8D. RGB value is (235,192,141). Sum of RGB (Red+Green+Blue) = 235+192+141=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC08D is #143F72. Grayscale: #C7C7C7. Windows color (decimal): -1326963 or 9289963. OLE color: 9289963.

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

Color convert

RGB 235 192 141 -
CMYK 0 0.18 0.4 0.08
HSL 32.55º 0.7% 0.74% -
HSV(B) 32.55º 0.4% 0.92% -
XYZ 57.92 57.28 33.2 -
YUV 199.04 95.25 153.65 -
System Red Green Blue C M Y K H S L
Decimal 235 192 141 0 0.18 0.4 0.08 32.55 0.7 0.74
Hex EB C0 8D 0 12 28 8 21 46 4A
Octal 353 300 215 0 22 50 10 41 106 112
Binary 11101011 11000000 10001101 0 10010 101000 1000 100001 1000110 1001010

Color Harmonies of #EBC08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC08D

Black with #EBC08D

Text Example


Text Example

White with #EBC08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC08D; }

 p { color: rgb(235,192,141); }

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

background-color css

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

 a { background-color: rgb(235,192,141); }

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

border-color css

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

 span { border-color: rgb(235,192,141); }

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