Html Css Color HEX #EFB483 Corvette

📋 copy color: '#EFB483'

red 239 ◦ green 180 ◦ blue 131

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

Shades of Corvette #EFB483

Tints of Corvette #EFB483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.82%

R = 43.45%
G = 32.73%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFB483 (or 0xEFB483) is known color: Corvette. HEX triplet: EF, B4 and 83. RGB value is (239,180,131). Sum of RGB (Red+Green+Blue) = 239+180+131=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB483 is #104B7C. Grayscale: #C0C0C0. Windows color (decimal): -1067901 or 8631535. OLE color: 8631535.

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

Color convert

RGB 239 180 131 -
CMYK 0 0.25 0.45 0.06
HSL 27.22º 0.77% 0.73% -
HSV(B) 27.22º 0.45% 0.94% -
XYZ 56.01 52.63 28.68 -
YUV 192.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 239 180 131 0 0.25 0.45 0.06 27.22 0.77 0.73
Hex EF B4 83 0 19 2D 6 1B 4D 49
Octal 357 264 203 0 31 55 6 33 115 111
Binary 11101111 10110100 10000011 0 11001 101101 110 11011 1001101 1001001

Color Harmonies of #EFB483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB483

Black with #EFB483

Text Example


Text Example

White with #EFB483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB483; }

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

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

background-color css

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

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

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

border-color css

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

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

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