#ede67f

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

Shades of Texas #EDE67F

Tints of Texas #EDE67F

Color information

#EDE67F (or 0xEDE67F) is unknown color: approx Texas. HEX triplet: ED, E6 and 7F. RGB value is (237,230,127). Sum of RGB (Red+Green+Blue) = 237+230+127=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 127 (50% from 255 or 21.38% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE67F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE67F is #121980. Grayscale: #DCDCDC. Windows color (decimal): -1186177 or 8382189. OLE color: 8382189.

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

Color convert

RGB237230127-
CMYK00.030.460.07
HSL56.18º75.34%71.37%-
HSV(B)56.18º46.41%92.94%-
XYZ67.0576.1331.24-
YUV220.3575.32139.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 230 (90.23% from 255) = 38.72%
BLUE value IS 127 (50% from 255) = 21.38%
R=39.90%
G=38.72%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723012700.030.460.0756.1875.3471.37
HexEDE67F032E7384b47
Octal3553461770356770113107
Binary1110110111100110111111101110111011111100010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ede67f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ede67f; }

 p { color: rgb(237,230,127); }

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

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

 a { background-color: rgb(237,230,127); }

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

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

 span { border-color: rgb(237,230,127); }

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