#EDE683

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

Shades of Texas #EDE683

Tints of Texas #EDE683

Color information

#EDE683 (or 0xEDE683) is unknown color: approx Texas. HEX triplet: ED, E6 and 83. RGB value is (237,230,131). Sum of RGB (Red+Green+Blue) = 237+230+131=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 131 (51.56% from 255 or 21.91% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE683 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE683 is #12197C. Grayscale: #DDDDDD. Windows color (decimal): -1186173 or 8644333. OLE color: 8644333.

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

Color convert

RGB237230131-
CMYK00.030.450.07
HSL56.04º74.65%72.16%-
HSV(B)56.04º44.73%92.94%-
XYZ67.3276.2432.64-
YUV220.8177.32139.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 230 (90.23% from 255) = 38.46%
BLUE value IS 131 (51.56% from 255) = 21.91%
R=39.63%
G=38.46%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723013100.030.450.0756.0474.6572.16
HexEDE683032D7384b48
Octal3553462030355770113110
Binary11101101111001101000001101110110111111100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE683; }

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

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

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

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

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

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

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

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