#EFEC82

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

Shades of Texas #EFEC82

Tints of Texas #EFEC82

Color information

#EFEC82 (or 0xEFEC82) is unknown color: approx Texas. HEX triplet: EF, EC and 82. RGB value is (239,236,130). Sum of RGB (Red+Green+Blue) = 239+236+130=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 130 (51.17% from 255 or 21.49% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC82 is #10137D. Grayscale: #E1E1E1. Windows color (decimal): -1053566 or 8580335. OLE color: 8580335.

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

Color convert

RGB239236130-
CMYK00.010.460.06
HSL58.35º77.3%72.35%-
HSV(B)58.35º45.61%93.73%-
XYZ69.6279.9532.88-
YUV224.8174.49138.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 236 (92.58% from 255) = 39.01%
BLUE value IS 130 (51.17% from 255) = 21.49%
R=39.50%
G=39.01%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923613000.010.460.0658.3577.372.35
HexEFEC82012E63a4d48
Octal3573542020156672115110
Binary1110111111101100100000100110111011011101010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEC82; }

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

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

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

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

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

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

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

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