#EFEE83

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

Shades of Texas #EFEE83

Tints of Texas #EFEE83

Color information

#EFEE83 (or 0xEFEE83) is unknown color: approx Texas. HEX triplet: EF, EE and 83. RGB value is (239,238,131). Sum of RGB (Red+Green+Blue) = 239+238+131=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 131 (51.56% from 255 or 21.55% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEE83 is #10117C. Grayscale: #E2E2E2. Windows color (decimal): -1053053 or 8646383. OLE color: 8646383.

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

Color convert

RGB239238131-
CMYK00.000.450.06
HSL59.44º77.14%72.55%-
HSV(B)59.44º45.19%93.73%-
XYZ70.2781.1433.43-
YUV226.174.33137.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 238 (93.36% from 255) = 39.14%
BLUE value IS 131 (51.56% from 255) = 21.55%
R=39.31%
G=39.14%
B=21.55%

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
Decimal23923813100.000.450.0659.4477.1472.55
HexEFEE83002D63b4d49
Octal3573562030055673115111
Binary1110111111101110100000110010110111011101110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEE83; }

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

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

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

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

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

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

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

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