Html Css Color HEX #EBBA7D Corvette

📋 copy color: '#EBBA7D'

red 235 ◦ green 186 ◦ blue 125

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

Shades of Corvette #EBBA7D

Tints of Corvette #EBBA7D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.07%

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

R = 43.04%
G = 34.07%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBBA7D (or 0xEBBA7D) is known color: Corvette. HEX triplet: EB, BA and 7D. RGB value is (235,186,125). Sum of RGB (Red+Green+Blue) = 235+186+125=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA7D is #144582. Grayscale: #C1C1C1. Windows color (decimal): -1328515 or 8239851. OLE color: 8239851.

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

Color convert

RGB 235 186 125 -
CMYK 0 0.21 0.47 0.08
HSL 33.27º 0.73% 0.71% -
HSV(B) 33.27º 0.47% 0.92% -
XYZ 55.52 54.26 26.95 -
YUV 193.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 235 186 125 0 0.21 0.47 0.08 33.27 0.73 0.71
Hex EB BA 7D 0 15 2F 8 21 49 47
Octal 353 272 175 0 25 57 10 41 111 107
Binary 11101011 10111010 1111101 0 10101 101111 1000 100001 1001001 1000111

Color Harmonies of #EBBA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA7D

Black with #EBBA7D

Text Example


Text Example

White with #EBBA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA7D; }

 p { color: rgb(235,186,125); }

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

background-color css

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

 a { background-color: rgb(235,186,125); }

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

border-color css

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

 span { border-color: rgb(235,186,125); }

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