#EBED7C

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

Shades of Texas #EBED7C

Tints of Texas #EBED7C

Color information

#EBED7C (or 0xEBED7C) is unknown color: approx Texas. HEX triplet: EB, ED and 7C. RGB value is (235,237,124). Sum of RGB (Red+Green+Blue) = 235+237+124=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 124 (48.83% from 255 or 20.81% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED7C is #141283. Grayscale: #DFDFDF. Windows color (decimal): -1315460 or 8187371. OLE color: 8187371.

HSL color Cylindrical-coordinate representation of color #EBED7C: hue angle of 61.06º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBED7C is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB235237124-
CMYK0.0100.480.07
HSL61.06º75.84%70.78%-
HSV(B)61.06º47.68%92.94%-
XYZ68.1879.6930.86-
YUV223.5271.84136.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 237 (92.97% from 255) = 39.77%
BLUE value IS 124 (48.83% from 255) = 20.81%
R=39.43%
G=39.77%
B=20.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352371240.0100.480.0761.0675.8470.78
HexEBED7C103073d4c47
Octal3533551741060775114107
Binary111010111110110111111001011000011111110110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBED7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBED7C; }

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

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

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

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

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

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

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

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