#ebdf7b

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

Shades of Texas #EBDF7B

Tints of Texas #EBDF7B

Color information

#EBDF7B (or 0xEBDF7B) is unknown color: approx Texas. HEX triplet: EB, DF and 7B. RGB value is (235,223,123). Sum of RGB (Red+Green+Blue) = 235+223+123=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 123 (48.44% from 255 or 21.17% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF7B is #142084. Grayscale: #D7D7D7. Windows color (decimal): -1319045 or 8118251. OLE color: 8118251.

HSL color Cylindrical-coordinate representation of color #EBDF7B: hue angle of 53.57º 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 #EBDF7B is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB235223123-
CMYK00.050.480.08
HSL53.57º73.68%70.2%-
HSV(B)53.57º47.66%92.16%-
XYZ64.2271.8729.23-
YUV215.1975.98142.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 123 (48.44% from 255) = 21.17%
R=40.45%
G=38.38%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522312300.050.480.0853.5773.6870.2
HexEBDF7B05308364a46
Octal35333717305601066112106
Binary111010111101111111110110101110000100011011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebdf7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebdf7b; }

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

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

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

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

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

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

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

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