#EFEB83

Color #EFEB83 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #EFEB83

Tints of Texas #EFEB83

Color information

#EFEB83 (or 0xEFEB83) is unknown color: approx Texas. HEX triplet: EF, EB and 83. RGB value is (239,235,131). Sum of RGB (Red+Green+Blue) = 239+235+131=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 131 (51.56% from 255 or 21.65% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEB83 is #10147C. Grayscale: #E0E0E0. Windows color (decimal): -1053821 or 8645615. OLE color: 8645615.

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

Color convert

RGB239235131-
CMYK00.020.450.06
HSL57.78º77.14%72.55%-
HSV(B)57.78º45.19%93.73%-
XYZ69.479.4133.14-
YUV224.3475.33138.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 131 (51.56% from 255) = 21.65%
R=39.50%
G=38.84%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923513100.020.450.0657.7877.1472.55
HexEFEB83022D63a4d49
Octal3573532030255672115111
Binary11101111111010111000001101010110111011101010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEB83; }

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

 H1.HeaderClassName
 {
   color: #EFEB83;
 }
 .AnyTagClassName
 {
   color: #EFEB83;
 }
</style>
background-color css

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

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

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

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

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

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