#EDE281

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

Shades of Texas #EDE281

Tints of Texas #EDE281

Color information

#EDE281 (or 0xEDE281) is unknown color: approx Texas. HEX triplet: ED, E2 and 81. RGB value is (237,226,129). Sum of RGB (Red+Green+Blue) = 237+226+129=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE281 is #121D7E. Grayscale: #DADADA. Windows color (decimal): -1187199 or 8512237. OLE color: 8512237.

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

Color convert

RGB237226129-
CMYK00.050.460.07
HSL53.89º75%71.76%-
HSV(B)53.89º45.57%92.94%-
XYZ66.0873.9831.57-
YUV218.2377.64141.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 226 (88.67% from 255) = 38.18%
BLUE value IS 129 (50.78% from 255) = 21.79%
R=40.03%
G=38.18%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722612900.050.460.0753.897571.76
HexEDE281052E7364b48
Octal3553422010556766113110
Binary111011011110001010000001010110111011111011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE281; }

 p { color: rgb(237,226,129); }

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

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

 a { background-color: rgb(237,226,129); }

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

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

 span { border-color: rgb(237,226,129); }

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