#e4ed84

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

Shades of Texas #E4ED84

Tints of Texas #E4ED84

Color information

#E4ED84 (or 0xE4ED84) is unknown color: approx Texas. HEX triplet: E4, ED and 84. RGB value is (228,237,132). Sum of RGB (Red+Green+Blue) = 228+237+132=597 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.19% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 132 (51.95% from 255 or 22.11% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #E4ED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4ED84 is #1B127B. Grayscale: #DEDEDE. Windows color (decimal): -1774204 or 8711652. OLE color: 8711652.

HSL color Cylindrical-coordinate representation of color #E4ED84: hue angle of 65.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E4ED84 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB228237132-
CMYK0.0400.440.07
HSL65.14º74.47%72.35%-
HSV(B)65.14º44.3%92.94%-
XYZ66.4478.7333.52-
YUV222.3477.02132.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.19%
GREEN value IS 237 (92.97% from 255) = 39.70%
BLUE value IS 132 (51.95% from 255) = 22.11%
R=38.19%
G=39.70%
B=22.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2282371320.0400.440.0765.1474.4772.35
HexE4ED84402C7414a48
Octal34435520440547101112110
Binary1110010011101101100001001000101100111100000110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e4ed84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e4ed84; }

 p { color: rgb(228,237,132); }

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

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

 a { background-color: rgb(228,237,132); }

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

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

 span { border-color: rgb(228,237,132); }

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