#EFEE7E

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

Shades of Texas #EFEE7E

Tints of Texas #EFEE7E

Color information

#EFEE7E (or 0xEFEE7E) is unknown color: approx Texas. HEX triplet: EF, EE and 7E. RGB value is (239,238,126). Sum of RGB (Red+Green+Blue) = 239+238+126=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 126 (49.61% from 255 or 20.90% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE7E is #101181. Grayscale: #E1E1E1. Windows color (decimal): -1053058 or 8318703. OLE color: 8318703.

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

Color convert

RGB239238126-
CMYK00.000.470.06
HSL59.47º77.93%71.57%-
HSV(B)59.47º47.28%93.73%-
XYZ69.9481.0131.69-
YUV225.5371.83137.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 238 (93.36% from 255) = 39.47%
BLUE value IS 126 (49.61% from 255) = 20.90%
R=39.64%
G=39.47%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923812600.000.470.0659.4777.9371.57
HexEFEE7E002F63b4e48
Octal3573561760057673116110
Binary111011111110111011111100010111111011101110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEE7E; }

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

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

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

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

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

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

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

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