Html Css Color HEX #EFB48A Corvette

📋 copy color: '#EFB48A'

red 239 ◦ green 180 ◦ blue 138

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

Shades of Corvette #EFB48A

Tints of Corvette #EFB48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.78%

R = 42.91%
G = 32.32%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFB48A (or 0xEFB48A) is known color: Corvette. HEX triplet: EF, B4 and 8A. RGB value is (239,180,138). Sum of RGB (Red+Green+Blue) = 239+180+138=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB48A is #104B75. Grayscale: #C1C1C1. Windows color (decimal): -1067894 or 9090287. OLE color: 9090287.

HSL color Cylindrical-coordinate representation of color #EFB48A: hue angle of 24.95º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFB48A is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 180 138 -
CMYK 0 0.25 0.42 0.06
HSL 24.95º 0.76% 0.74% -
HSV(B) 24.95º 0.42% 0.94% -
XYZ 56.51 52.83 31.26 -
YUV 192.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 239 180 138 0 0.25 0.42 0.06 24.95 0.76 0.74
Hex EF B4 8A 0 19 2A 6 19 4C 4A
Octal 357 264 212 0 31 52 6 31 114 112
Binary 11101111 10110100 10001010 0 11001 101010 110 11001 1001100 1001010

Color Harmonies of #EFB48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB48A

Black with #EFB48A

Text Example


Text Example

White with #EFB48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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