#EDE374

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

Shades of Texas #EDE374

Tints of Texas #EDE374

Color information

#EDE374 (or 0xEDE374) is unknown color: approx Texas. HEX triplet: ED, E3 and 74. RGB value is (237,227,116). Sum of RGB (Red+Green+Blue) = 237+227+116=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE374 is #121C8B. Grayscale: #D9D9D9. Windows color (decimal): -1186956 or 7660525. OLE color: 7660525.

HSL color Cylindrical-coordinate representation of color #EDE374: hue angle of 55.04º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDE374 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237227116-
CMYK00.040.510.07
HSL55.04º77.07%69.22%-
HSV(B)55.04º51.05%92.94%-
XYZ65.5574.227.39-
YUV217.3470.81142.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 227 (89.06% from 255) = 39.14%
BLUE value IS 116 (45.70% from 255) = 20%
R=40.86%
G=39.14%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722711600.040.510.0755.0477.0769.22
HexEDE37404337374d45
Octal3553431640463767115105
Binary11101101111000111110100010011001111111011110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE374; }

 p { color: rgb(237,227,116); }

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

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

 a { background-color: rgb(237,227,116); }

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

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

 span { border-color: rgb(237,227,116); }

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