#EDEB75

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

Shades of Texas #EDEB75

Tints of Texas #EDEB75

Color information

#EDEB75 (or 0xEDEB75) is unknown color: approx Texas. HEX triplet: ED, EB and 75. RGB value is (237,235,117). Sum of RGB (Red+Green+Blue) = 237+235+117=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 117 (46.09% from 255 or 19.86% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB75 is #12148A. Grayscale: #DEDEDE. Windows color (decimal): -1184907 or 7728109. OLE color: 7728109.

HSL color Cylindrical-coordinate representation of color #EDEB75: hue angle of 59º 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 #EDEB75 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237235117-
CMYK00.010.510.07
HSL59º76.92%69.41%-
HSV(B)59º50.63%92.94%-
XYZ67.8478.7128.45-
YUV222.1568.66138.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 235 (92.19% from 255) = 39.90%
BLUE value IS 117 (46.09% from 255) = 19.86%
R=40.24%
G=39.90%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723511700.010.510.075976.9269.41
HexEDEB75013373b4d45
Octal3553531650163773115105
Binary111011011110101111101010111001111111101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB75; }

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

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

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

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

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

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

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

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