Html Css Color HEX #EFB482 Corvette

📋 copy color: '#EFB482'

red 239 ◦ green 180 ◦ blue 130

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

Shades of Corvette #EFB482

Tints of Corvette #EFB482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.79%

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

R = 43.53%
G = 32.79%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFB482 (or 0xEFB482) is known color: Corvette. HEX triplet: EF, B4 and 82. RGB value is (239,180,130). Sum of RGB (Red+Green+Blue) = 239+180+130=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB482 is #104B7D. Grayscale: #C0C0C0. Windows color (decimal): -1067902 or 8565999. OLE color: 8565999.

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

Color convert

RGB 239 180 130 -
CMYK 0 0.25 0.46 0.06
HSL 27.52º 0.77% 0.72% -
HSV(B) 27.52º 0.46% 0.94% -
XYZ 55.95 52.6 28.32 -
YUV 191.94 93.05 161.57 -
System Red Green Blue C M Y K H S L
Decimal 239 180 130 0 0.25 0.46 0.06 27.52 0.77 0.72
Hex EF B4 82 0 19 2E 6 1C 4D 48
Octal 357 264 202 0 31 56 6 34 115 110
Binary 11101111 10110100 10000010 0 11001 101110 110 11100 1001101 1001000

Color Harmonies of #EFB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB482

Black with #EFB482

Text Example


Text Example

White with #EFB482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB482; }

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

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

background-color css

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

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

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

border-color css

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

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

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