#EFEC84

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

Shades of Texas #EFEC84

Tints of Texas #EFEC84

Color information

#EFEC84 (or 0xEFEC84) is unknown color: approx Texas. HEX triplet: EF, EC and 84. RGB value is (239,236,132). Sum of RGB (Red+Green+Blue) = 239+236+132=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 132 (51.95% from 255 or 21.75% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC84 is #10137B. Grayscale: #E1E1E1. Windows color (decimal): -1053564 or 8711407. OLE color: 8711407.

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

Color convert

RGB239236132-
CMYK00.010.450.06
HSL58.32º76.98%72.75%-
HSV(B)58.32º44.77%93.73%-
XYZ69.7680.0133.6-
YUV225.0475.49137.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 236 (92.58% from 255) = 38.88%
BLUE value IS 132 (51.95% from 255) = 21.75%
R=39.37%
G=38.88%
B=21.75%

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
Decimal23923613200.010.450.0658.3276.9872.75
HexEFEC84012D63a4d49
Octal3573542040155672115111
Binary1110111111101100100001000110110111011101010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEC84; }

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

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

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

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

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

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

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

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