Html Css Color HEX #EFB976 Corvette

📋 copy color: '#EFB976'

red 239 ◦ green 185 ◦ blue 118

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

Shades of Corvette #EFB976

Tints of Corvette #EFB976

RGB

 RED value IS 239 (93.75% from 255) = 44.1%

 GREEN value IS 185 (72.66% from 255) = 34.13%

 BLUE value IS 118 (46.48% from 255) = 21.77%

R = 44.1%
G = 34.13%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFB976 (or 0xEFB976) is known color: Corvette. HEX triplet: EF, B9 and 76. RGB value is (239,185,118). Sum of RGB (Red+Green+Blue) = 239+185+118=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB976 is #104689. Grayscale: #C1C1C1. Windows color (decimal): -1066634 or 7780847. OLE color: 7780847.

HSL color Cylindrical-coordinate representation of color #EFB976: hue angle of 33.22º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFB976 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 118 -
CMYK 0 0.23 0.51 0.06
HSL 33.22º 0.79% 0.7% -
HSV(B) 33.22º 0.51% 0.94% -
XYZ 56.22 54.36 24.67 -
YUV 193.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 239 185 118 0 0.23 0.51 0.06 33.22 0.79 0.7
Hex EF B9 76 0 17 33 6 21 4F 46
Octal 357 271 166 0 27 63 6 41 117 106
Binary 11101111 10111001 1110110 0 10111 110011 110 100001 1001111 1000110

Color Harmonies of #EFB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB976

Black with #EFB976

Text Example


Text Example

White with #EFB976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB976; }

 p { color: rgb(239,185,118); }

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

background-color css

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

 a { background-color: rgb(239,185,118); }

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

border-color css

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

 span { border-color: rgb(239,185,118); }

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