#EFEE84

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

Shades of Texas #EFEE84

Tints of Texas #EFEE84

Color information

#EFEE84 (or 0xEFEE84) is unknown color: approx Texas. HEX triplet: EF, EE and 84. RGB value is (239,238,132). Sum of RGB (Red+Green+Blue) = 239+238+132=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 132 (51.95% from 255 or 21.67% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEE84 is #10117B. Grayscale: #E2E2E2. Windows color (decimal): -1053052 or 8711919. OLE color: 8711919.

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

Color convert

RGB239238132-
CMYK00.000.450.06
HSL59.44º76.98%72.75%-
HSV(B)59.44º44.77%93.73%-
XYZ70.3481.1733.79-
YUV226.2174.83137.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 238 (93.36% from 255) = 39.08%
BLUE value IS 132 (51.95% from 255) = 21.67%
R=39.24%
G=39.08%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923813200.000.450.0659.4476.9872.75
HexEFEE84002D63b4d49
Octal3573562040055673115111
Binary1110111111101110100001000010110111011101110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEE84; }

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

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

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

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

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

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

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

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