Html Css Color HEX #EBC07F Corvette

📋 copy color: '#EBC07F'

red 235 ◦ green 192 ◦ blue 127

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

Shades of Corvette #EBC07F

Tints of Corvette #EBC07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.92%

R = 42.42%
G = 34.66%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EBC07F (or 0xEBC07F) is known color: Corvette. HEX triplet: EB, C0 and 7F. RGB value is (235,192,127). Sum of RGB (Red+Green+Blue) = 235+192+127=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC07F is #143F80. Grayscale: #C5C5C5. Windows color (decimal): -1326977 or 8372459. OLE color: 8372459.

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

Color convert

RGB 235 192 127 -
CMYK 0 0.18 0.46 0.08
HSL 36.11º 0.73% 0.71% -
HSV(B) 36.11º 0.46% 0.92% -
XYZ 56.94 56.89 28.06 -
YUV 197.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 235 192 127 0 0.18 0.46 0.08 36.11 0.73 0.71
Hex EB C0 7F 0 12 2E 8 24 49 47
Octal 353 300 177 0 22 56 10 44 111 107
Binary 11101011 11000000 1111111 0 10010 101110 1000 100100 1001001 1000111

Color Harmonies of #EBC07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC07F

Black with #EBC07F

Text Example


Text Example

White with #EBC07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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