#EBE27B

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

Shades of Texas #EBE27B

Tints of Texas #EBE27B

Color information

#EBE27B (or 0xEBE27B) is unknown color: approx Texas. HEX triplet: EB, E2 and 7B. RGB value is (235,226,123). Sum of RGB (Red+Green+Blue) = 235+226+123=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 123 (48.44% from 255 or 21.06% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE27B is #141D84. Grayscale: #D9D9D9. Windows color (decimal): -1318277 or 8119019. OLE color: 8119019.

HSL color Cylindrical-coordinate representation of color #EBE27B: hue angle of 55.18º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBE27B is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB235226123-
CMYK00.040.480.08
HSL55.18º73.68%70.2%-
HSV(B)55.18º47.66%92.16%-
XYZ65.0373.4829.5-
YUV216.9574.98140.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 226 (88.67% from 255) = 38.70%
BLUE value IS 123 (48.44% from 255) = 21.06%
R=40.24%
G=38.70%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522612300.040.480.0855.1873.6870.2
HexEBE27B04308374a46
Octal35334217304601067112106
Binary111010111110001011110110100110000100011011110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE27B; }

 p { color: rgb(235,226,123); }

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

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

 a { background-color: rgb(235,226,123); }

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

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

 span { border-color: rgb(235,226,123); }

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