#EFEC83

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

Shades of Texas #EFEC83

Tints of Texas #EFEC83

Color information

#EFEC83 (or 0xEFEC83) is unknown color: approx Texas. HEX triplet: EF, EC and 83. RGB value is (239,236,131). Sum of RGB (Red+Green+Blue) = 239+236+131=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 131 (51.56% from 255 or 21.62% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC83 is #10137C. Grayscale: #E1E1E1. Windows color (decimal): -1053565 or 8645871. OLE color: 8645871.

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

Color convert

RGB239236131-
CMYK00.010.450.06
HSL58.33º77.14%72.55%-
HSV(B)58.33º45.19%93.73%-
XYZ69.6979.9833.24-
YUV224.9374.99138.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 236 (92.58% from 255) = 38.94%
BLUE value IS 131 (51.56% from 255) = 21.62%
R=39.44%
G=38.94%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923613100.010.450.0658.3377.1472.55
HexEFEC83012D63a4d49
Octal3573542030155672115111
Binary1110111111101100100000110110110111011101010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEC83; }

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

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

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

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

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

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

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

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