#EDE681

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

Shades of Texas #EDE681

Tints of Texas #EDE681

Color information

#EDE681 (or 0xEDE681) is unknown color: approx Texas. HEX triplet: ED, E6 and 81. RGB value is (237,230,129). Sum of RGB (Red+Green+Blue) = 237+230+129=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE681 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE681 is #12197E. Grayscale: #DCDCDC. Windows color (decimal): -1186175 or 8513261. OLE color: 8513261.

HSL color Cylindrical-coordinate representation of color #EDE681: hue angle of 56.11º 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 #EDE681 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237230129-
CMYK00.030.460.07
HSL56.11º75%71.76%-
HSV(B)56.11º45.57%92.94%-
XYZ67.1876.1831.93-
YUV220.5876.32139.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 230 (90.23% from 255) = 38.59%
BLUE value IS 129 (50.78% from 255) = 21.64%
R=39.77%
G=38.59%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723012900.030.460.0756.117571.76
HexEDE681032E7384b48
Octal3553462010356770113110
Binary11101101111001101000000101110111011111100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE681; }

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

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

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

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

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

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

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

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