#E6ED7D

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

Shades of Texas #E6ED7D

Tints of Texas #E6ED7D

Color information

#E6ED7D (or 0xE6ED7D) is unknown color: approx Texas. HEX triplet: E6, ED and 7D. RGB value is (230,237,125). Sum of RGB (Red+Green+Blue) = 230+237+125=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #E6ED7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6ED7D is #191282. Grayscale: #DEDEDE. Windows color (decimal): -1643139 or 8252902. OLE color: 8252902.

HSL color Cylindrical-coordinate representation of color #E6ED7D: hue angle of 63.75º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6ED7D is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB230237125-
CMYK0.0300.470.07
HSL63.75º75.68%70.98%-
HSV(B)63.75º47.26%92.94%-
XYZ66.6278.8731.11-
YUV222.1473.18133.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.85%
GREEN value IS 237 (92.97% from 255) = 40.03%
BLUE value IS 125 (49.22% from 255) = 21.11%
R=38.85%
G=40.03%
B=21.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302371250.0300.470.0763.7575.6870.98
HexE6ED7D302F7404c47
Octal34635517530577100114107
Binary11100110111011011111101110101111111100000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ED7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ED7D; }

 p { color: rgb(230,237,125); }

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

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

 a { background-color: rgb(230,237,125); }

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

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

 span { border-color: rgb(230,237,125); }

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