#EDE384

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

Shades of Texas #EDE384

Tints of Texas #EDE384

Color information

#EDE384 (or 0xEDE384) is unknown color: approx Texas. HEX triplet: ED, E3 and 84. RGB value is (237,227,132). Sum of RGB (Red+Green+Blue) = 237+227+132=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 132 (51.95% from 255 or 22.15% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE384 is #121C7B. Grayscale: #DBDBDB. Windows color (decimal): -1186940 or 8709101. OLE color: 8709101.

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

Color convert

RGB237227132-
CMYK00.040.440.07
HSL54.29º74.47%72.35%-
HSV(B)54.29º44.3%92.94%-
XYZ66.5674.6132.72-
YUV219.1678.81140.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 227 (89.06% from 255) = 38.09%
BLUE value IS 132 (51.95% from 255) = 22.15%
R=39.77%
G=38.09%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722713200.040.440.0754.2974.4772.35
HexEDE384042C7364a48
Octal3553432040454766112110
Binary111011011110001110000100010010110011111011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE384; }

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

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

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

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

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

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

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

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