Html Css Color HEX #EFB382 Corvette

📋 copy color: '#EFB382'

red 239 ◦ green 179 ◦ blue 130

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

Shades of Corvette #EFB382

Tints of Corvette #EFB382

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.66%

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

R = 43.61%
G = 32.66%
B = 23.72%

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

#EFB382 (or 0xEFB382) is known color: Corvette. HEX triplet: EF, B3 and 82. RGB value is (239,179,130). Sum of RGB (Red+Green+Blue) = 239+179+130=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB382 is #104C7D. Grayscale: #BFBFBF. Windows color (decimal): -1068158 or 8565743. OLE color: 8565743.

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

Color convert

RGB 239 179 130 -
CMYK 0 0.25 0.46 0.06
HSL 26.97º 0.77% 0.72% -
HSV(B) 26.97º 0.46% 0.94% -
XYZ 55.75 52.2 28.26 -
YUV 191.35 93.38 161.98 -
System Red Green Blue C M Y K H S L
Decimal 239 179 130 0 0.25 0.46 0.06 26.97 0.77 0.72
Hex EF B3 82 0 19 2E 6 1B 4D 48
Octal 357 263 202 0 31 56 6 33 115 110
Binary 11101111 10110011 10000010 0 11001 101110 110 11011 1001101 1001000

Color Harmonies of #EFB382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB382

Black with #EFB382

Text Example


Text Example

White with #EFB382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB382; }

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

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

background-color css

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

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

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

border-color css

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

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

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