#EDE17C

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

Shades of Texas #EDE17C

Tints of Texas #EDE17C

Color information

#EDE17C (or 0xEDE17C) is unknown color: approx Texas. HEX triplet: ED, E1 and 7C. RGB value is (237,225,124). Sum of RGB (Red+Green+Blue) = 237+225+124=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE17C is #121E83. Grayscale: #D9D9D9. Windows color (decimal): -1187460 or 8184301. OLE color: 8184301.

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

Color convert

RGB237225124-
CMYK00.050.480.07
HSL53.63º75.84%70.78%-
HSV(B)53.63º47.68%92.94%-
XYZ65.4973.3129.77-
YUV217.0775.48142.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 225 (88.28% from 255) = 38.40%
BLUE value IS 124 (48.83% from 255) = 21.16%
R=40.44%
G=38.40%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722512400.050.480.0753.6375.8470.78
HexEDE17C05307364c47
Octal3553411740560766114107
Binary11101101111000011111100010111000011111011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE17C; }

 p { color: rgb(237,225,124); }

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

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

 a { background-color: rgb(237,225,124); }

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

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

 span { border-color: rgb(237,225,124); }

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