Html Css Color HEX #EFB982 Corvette

📋 copy color: '#EFB982'

red 239 ◦ green 185 ◦ blue 130

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

Shades of Corvette #EFB982

Tints of Corvette #EFB982

RGB

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

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

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

R = 43.14%
G = 33.39%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFB982 (or 0xEFB982) is known color: Corvette. HEX triplet: EF, B9 and 82. RGB value is (239,185,130). Sum of RGB (Red+Green+Blue) = 239+185+130=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB982 is #10467D. Grayscale: #C3C3C3. Windows color (decimal): -1066622 or 8567279. OLE color: 8567279.

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

Color convert

RGB 239 185 130 -
CMYK 0 0.23 0.46 0.06
HSL 30.28º 0.77% 0.72% -
HSV(B) 30.28º 0.46% 0.94% -
XYZ 56.97 54.66 28.67 -
YUV 194.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 239 185 130 0 0.23 0.46 0.06 30.28 0.77 0.72
Hex EF B9 82 0 17 2E 6 1E 4D 48
Octal 357 271 202 0 27 56 6 36 115 110
Binary 11101111 10111001 10000010 0 10111 101110 110 11110 1001101 1001000

Color Harmonies of #EFB982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB982

Black with #EFB982

Text Example


Text Example

White with #EFB982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB982; }

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

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

background-color css

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

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

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

border-color css

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

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

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