Html Css Color HEX #EBEA7E Texas

📋 copy color: '#EBEA7E'

red 235 ◦ green 234 ◦ blue 126

#EBEA7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #EBEA7E

Tints of Texas #EBEA7E

RGB

 RED value IS 235 (92.19% from 255) = 39.5%

 GREEN value IS 234 (91.8% from 255) = 39.33%

 BLUE value IS 126 (49.61% from 255) = 21.18%

R = 39.5%
G = 39.33%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EBEA7E (or 0xEBEA7E) is known color: Texas. HEX triplet: EB, EA and 7E. RGB value is (235,234,126). Sum of RGB (Red+Green+Blue) = 235+234+126=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBEA7E is #141581. Grayscale: #DEDEDE. Windows color (decimal): -1316226 or 8317675. OLE color: 8317675.

HSL color Cylindrical-coordinate representation of color #EBEA7E: hue angle of 59.45º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBEA7E is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 234 126 -
CMYK 0 0.00 0.46 0.08
HSL 59.45º 0.73% 0.71% -
HSV(B) 59.45º 0.46% 0.92% -
XYZ 67.45 78.01 31.24 -
YUV 221.99 73.83 137.28 -
System Red Green Blue C M Y K H S L
Decimal 235 234 126 0 0.00 0.46 0.08 59.45 0.73 0.71
Hex EB EA 7E 0 0 2E 8 3B 49 47
Octal 353 352 176 0 0 56 10 73 111 107
Binary 11101011 11101010 1111110 0 0 101110 1000 111011 1001001 1000111

Color Harmonies of #EBEA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEA7E

Black with #EBEA7E

Text Example


Text Example

White with #EBEA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEA7E; }

 p { color: rgb(235,234,126); }

 H1.HeaderClassName
 {
   color: #EBEA7E;
 }
 .AnyTagClassName
 {
   color: #EBEA7E;
 }
</style>

background-color css

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

 a { background-color: rgb(235,234,126); }

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

border-color css

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

 span { border-color: rgb(235,234,126); }

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