Html Css Color HEX #EFC082 Corvette

📋 copy color: '#EFC082'

red 239 ◦ green 192 ◦ blue 130

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

Shades of Corvette #EFC082

Tints of Corvette #EFC082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.17%

R = 42.6%
G = 34.22%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFC082 (or 0xEFC082) is known color: Corvette. HEX triplet: EF, C0 and 82. RGB value is (239,192,130). Sum of RGB (Red+Green+Blue) = 239+192+130=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC082 is #103F7D. Grayscale: #C7C7C7. Windows color (decimal): -1064830 or 8569071. OLE color: 8569071.

HSL color Cylindrical-coordinate representation of color #EFC082: hue angle of 34.13º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFC082 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 130 -
CMYK 0 0.20 0.46 0.06
HSL 34.13º 0.77% 0.72% -
HSV(B) 34.13º 0.46% 0.94% -
XYZ 58.48 57.66 29.17 -
YUV 198.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 239 192 130 0 0.20 0.46 0.06 34.13 0.77 0.72
Hex EF C0 82 0 14 2E 6 22 4D 48
Octal 357 300 202 0 24 56 6 42 115 110
Binary 11101111 11000000 10000010 0 10100 101110 110 100010 1001101 1001000

Color Harmonies of #EFC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC082

Black with #EFC082

Text Example


Text Example

White with #EFC082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC082; }

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

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

background-color css

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

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

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

border-color css

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

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

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