#EDE780

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

Shades of Texas #EDE780

Tints of Texas #EDE780

Color information

#EDE780 (or 0xEDE780) is unknown color: approx Texas. HEX triplet: ED, E7 and 80. RGB value is (237,231,128). Sum of RGB (Red+Green+Blue) = 237+231+128=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE780 is #12187F. Grayscale: #DDDDDD. Windows color (decimal): -1185920 or 8447981. OLE color: 8447981.

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

Color convert

RGB237231128-
CMYK00.030.460.07
HSL56.7º75.17%71.57%-
HSV(B)56.7º45.99%92.94%-
XYZ67.476.7131.68-
YUV221.0575.49139.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 231 (90.62% from 255) = 38.76%
BLUE value IS 128 (50.39% from 255) = 21.48%
R=39.77%
G=38.76%
B=21.48%

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
Decimal23723112800.030.460.0756.775.1771.57
HexEDE780032E7394b48
Octal3553472000356771113110
Binary11101101111001111000000001110111011111100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE780; }

 p { color: rgb(237,231,128); }

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

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

 a { background-color: rgb(237,231,128); }

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

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

 span { border-color: rgb(237,231,128); }

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