#EDE381

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

Shades of Texas #EDE381

Tints of Texas #EDE381

Color information

#EDE381 (or 0xEDE381) is unknown color: approx Texas. HEX triplet: ED, E3 and 81. RGB value is (237,227,129). Sum of RGB (Red+Green+Blue) = 237+227+129=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 129 (50.78% from 255 or 21.75% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE381 is #121C7E. Grayscale: #DBDBDB. Windows color (decimal): -1186943 or 8512493. OLE color: 8512493.

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

Color convert

RGB237227129-
CMYK00.040.460.07
HSL54.44º75%71.76%-
HSV(B)54.44º45.57%92.94%-
XYZ66.3674.5331.66-
YUV218.8277.31140.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 227 (89.06% from 255) = 38.28%
BLUE value IS 129 (50.78% from 255) = 21.75%
R=39.97%
G=38.28%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722712900.040.460.0754.447571.76
HexEDE381042E7364b48
Octal3553432010456766113110
Binary111011011110001110000001010010111011111011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE381; }

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

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

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

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

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

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

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

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