#EDEB83

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

Shades of Texas #EDEB83

Tints of Texas #EDEB83

Color information

#EDEB83 (or 0xEDEB83) is unknown color: approx Texas. HEX triplet: ED, EB and 83. RGB value is (237,235,131). Sum of RGB (Red+Green+Blue) = 237+235+131=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 131 (51.56% from 255 or 21.72% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEB83 is #12147C. Grayscale: #E0E0E0. Windows color (decimal): -1184893 or 8645613. OLE color: 8645613.

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

Color convert

RGB237235131-
CMYK00.010.450.07
HSL58.87º74.65%72.16%-
HSV(B)58.87º44.73%92.94%-
XYZ68.7379.0633.11-
YUV223.7475.66137.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 131 (51.56% from 255) = 21.72%
R=39.30%
G=38.97%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723513100.010.450.0758.8774.6572.16
HexEDEB83012D73b4b48
Octal3553532030155773113110
Binary1110110111101011100000110110110111111101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB83; }

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

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

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

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

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

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

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

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