Html Css Color HEX #EFC076 Corvette

📋 copy color: '#EFC076'

red 239 ◦ green 192 ◦ blue 118

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

Shades of Corvette #EFC076

Tints of Corvette #EFC076

RGB

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

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

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

R = 43.53%
G = 34.97%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFC076 (or 0xEFC076) is known color: Corvette. HEX triplet: EF, C0 and 76. RGB value is (239,192,118). Sum of RGB (Red+Green+Blue) = 239+192+118=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC076 is #103F89. Grayscale: #C5C5C5. Windows color (decimal): -1064842 or 7782639. OLE color: 7782639.

HSL color Cylindrical-coordinate representation of color #EFC076: hue angle of 36.69º 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 #EFC076 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 118 -
CMYK 0 0.20 0.51 0.06
HSL 36.69º 0.79% 0.7% -
HSV(B) 36.69º 0.51% 0.94% -
XYZ 57.72 57.36 25.17 -
YUV 197.62 83.07 157.52 -
System Red Green Blue C M Y K H S L
Decimal 239 192 118 0 0.20 0.51 0.06 36.69 0.79 0.7
Hex EF C0 76 0 14 33 6 25 4F 46
Octal 357 300 166 0 24 63 6 45 117 106
Binary 11101111 11000000 1110110 0 10100 110011 110 100101 1001111 1000110

Color Harmonies of #EFC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC076

Black with #EFC076

Text Example


Text Example

White with #EFC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC076; }

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

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

background-color css

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

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

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

border-color css

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

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

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