Html Css Color HEX #EBC07C Corvette

📋 copy color: '#EBC07C'

red 235 ◦ green 192 ◦ blue 124

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

Shades of Corvette #EBC07C

Tints of Corvette #EBC07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.5%

R = 42.65%
G = 34.85%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBC07C (or 0xEBC07C) is known color: Corvette. HEX triplet: EB, C0 and 7C. RGB value is (235,192,124). Sum of RGB (Red+Green+Blue) = 235+192+124=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC07C is #143F83. Grayscale: #C5C5C5. Windows color (decimal): -1326980 or 8175851. OLE color: 8175851.

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

Color convert

RGB 235 192 124 -
CMYK 0 0.18 0.47 0.08
HSL 36.76º 0.74% 0.7% -
HSV(B) 36.76º 0.47% 0.92% -
XYZ 56.75 56.82 27.04 -
YUV 197.11 86.75 155.03 -
System Red Green Blue C M Y K H S L
Decimal 235 192 124 0 0.18 0.47 0.08 36.76 0.74 0.7
Hex EB C0 7C 0 12 2F 8 25 4A 46
Octal 353 300 174 0 22 57 10 45 112 106
Binary 11101011 11000000 1111100 0 10010 101111 1000 100101 1001010 1000110

Color Harmonies of #EBC07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC07C

Black with #EBC07C

Text Example


Text Example

White with #EBC07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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