#EDE27A

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

Shades of Texas #EDE27A

Tints of Texas #EDE27A

Color information

#EDE27A (or 0xEDE27A) is unknown color: approx Texas. HEX triplet: ED, E2 and 7A. RGB value is (237,226,122). Sum of RGB (Red+Green+Blue) = 237+226+122=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE27A is #121D85. Grayscale: #D9D9D9. Windows color (decimal): -1187206 or 8053485. OLE color: 8053485.

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

Color convert

RGB237226122-
CMYK00.050.490.07
HSL54.26º76.16%70.39%-
HSV(B)54.26º48.52%92.94%-
XYZ65.6373.829.2-
YUV217.4374.14141.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 226 (88.67% from 255) = 38.63%
BLUE value IS 122 (48.05% from 255) = 20.85%
R=40.51%
G=38.63%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722612200.050.490.0754.2676.1670.39
HexEDE27A05317364c46
Octal3553421720561766114106
Binary11101101111000101111010010111000111111011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE27A; }

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

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

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

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

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

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

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

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