#EDEB76

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

Shades of Texas #EDEB76

Tints of Texas #EDEB76

Color information

#EDEB76 (or 0xEDEB76) is unknown color: approx Texas. HEX triplet: ED, EB and 76. RGB value is (237,235,118). Sum of RGB (Red+Green+Blue) = 237+235+118=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 118 (46.48% from 255 or 20% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB76 is #121489. Grayscale: #DEDEDE. Windows color (decimal): -1184906 or 7793645. OLE color: 7793645.

HSL color Cylindrical-coordinate representation of color #EDEB76: hue angle of 58.99º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDEB76 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237235118-
CMYK00.010.500.07
HSL58.99º76.77%69.61%-
HSV(B)58.99º50.21%92.94%-
XYZ67.978.7328.76-
YUV222.2669.16138.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.17%
GREEN value IS 235 (92.19% from 255) = 39.83%
BLUE value IS 118 (46.48% from 255) = 20%
R=40.17%
G=39.83%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723511800.010.500.0758.9976.7769.61
HexEDEB76013273b4d46
Octal3553531660162773115106
Binary111011011110101111101100111001011111101110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB76; }

 p { color: rgb(237,235,118); }

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

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

 a { background-color: rgb(237,235,118); }

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

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

 span { border-color: rgb(237,235,118); }

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