Html Css Color HEX #EEB380 Corvette

📋 copy color: '#EEB380'

red 238 ◦ green 179 ◦ blue 128

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

Shades of Corvette #EEB380

Tints of Corvette #EEB380

RGB

 RED value IS 238 (93.36% from 255) = 43.67%

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

 BLUE value IS 128 (50.39% from 255) = 23.49%

R = 43.67%
G = 32.84%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EEB380 (or 0xEEB380) is known color: Corvette. HEX triplet: EE, B3 and 80. RGB value is (238,179,128). Sum of RGB (Red+Green+Blue) = 238+179+128=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB380 is #114C7F. Grayscale: #BFBFBF. Windows color (decimal): -1133696 or 8434670. OLE color: 8434670.

HSL color Cylindrical-coordinate representation of color #EEB380: hue angle of 27.82º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEB380 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 179 128 -
CMYK 0 0.25 0.46 0.07
HSL 27.82º 0.76% 0.72% -
HSV(B) 27.82º 0.46% 0.93% -
XYZ 55.28 51.98 27.54 -
YUV 190.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 238 179 128 0 0.25 0.46 0.07 27.82 0.76 0.72
Hex EE B3 80 0 19 2E 7 1C 4C 48
Octal 356 263 200 0 31 56 7 34 114 110
Binary 11101110 10110011 10000000 0 11001 101110 111 11100 1001100 1001000

Color Harmonies of #EEB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB380

Black with #EEB380

Text Example


Text Example

White with #EEB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB380; }

 p { color: rgb(238,179,128); }

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

background-color css

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

 a { background-color: rgb(238,179,128); }

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

border-color css

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

 span { border-color: rgb(238,179,128); }

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