#EDE27C

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

Shades of Texas #EDE27C

Tints of Texas #EDE27C

Color information

#EDE27C (or 0xEDE27C) is unknown color: approx Texas. HEX triplet: ED, E2 and 7C. RGB value is (237,226,124). Sum of RGB (Red+Green+Blue) = 237+226+124=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE27C is #121D83. Grayscale: #DADADA. Windows color (decimal): -1187204 or 8184557. OLE color: 8184557.

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

Color convert

RGB237226124-
CMYK00.050.480.07
HSL54.16º75.84%70.78%-
HSV(B)54.16º47.68%92.94%-
XYZ65.7673.8529.86-
YUV217.6675.14141.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 226 (88.67% from 255) = 38.50%
BLUE value IS 124 (48.83% from 255) = 21.12%
R=40.37%
G=38.50%
B=21.12%

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
Decimal23722612400.050.480.0754.1675.8470.78
HexEDE27C05307364c47
Octal3553421740560766114107
Binary11101101111000101111100010111000011111011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE27C; }

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

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

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

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

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

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

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

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