#EDE57B

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

Shades of Texas #EDE57B

Tints of Texas #EDE57B

Color information

#EDE57B (or 0xEDE57B) is unknown color: approx Texas. HEX triplet: ED, E5 and 7B. RGB value is (237,229,123). Sum of RGB (Red+Green+Blue) = 237+229+123=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 123 (48.44% from 255 or 20.88% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE57B is #121A84. Grayscale: #DBDBDB. Windows color (decimal): -1186437 or 8119789. OLE color: 8119789.

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

Color convert

RGB237229123-
CMYK00.030.480.07
HSL55.79º76%70.59%-
HSV(B)55.79º48.1%92.94%-
XYZ66.5275.4729.8-
YUV219.3173.65140.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 229 (89.84% from 255) = 38.88%
BLUE value IS 123 (48.44% from 255) = 20.88%
R=40.24%
G=38.88%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722912300.030.480.0755.797670.59
HexEDE57B03307384c47
Octal3553451730360770114107
Binary1110110111100101111101101111000011111100010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE57B; }

 p { color: rgb(237,229,123); }

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

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

 a { background-color: rgb(237,229,123); }

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

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

 span { border-color: rgb(237,229,123); }

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