#EFEA85

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

Shades of Texas #EFEA85

Tints of Texas #EFEA85

Color information

#EFEA85 (or 0xEFEA85) is unknown color: approx Texas. HEX triplet: EF, EA and 85. RGB value is (239,234,133). Sum of RGB (Red+Green+Blue) = 239+234+133=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 133 (52.34% from 255 or 21.95% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEA85 is #10157A. Grayscale: #E0E0E0. Windows color (decimal): -1054075 or 8776431. OLE color: 8776431.

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

Color convert

RGB239234133-
CMYK00.020.440.06
HSL57.17º76.81%72.94%-
HSV(B)57.17º44.35%93.73%-
XYZ69.2578.8933.77-
YUV223.9876.66138.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 234 (91.80% from 255) = 38.61%
BLUE value IS 133 (52.34% from 255) = 21.95%
R=39.44%
G=38.61%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923413300.020.440.0657.1776.8172.94
HexEFEA85022C6394d49
Octal3573522050254671115111
Binary11101111111010101000010101010110011011100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEA85; }

 p { color: rgb(239,234,133); }

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

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

 a { background-color: rgb(239,234,133); }

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

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

 span { border-color: rgb(239,234,133); }

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