Html Css Color HEX #EBE983 Texas

📋 copy color: '#EBE983'

red 235 ◦ green 233 ◦ blue 131

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

Shades of Texas #EBE983

Tints of Texas #EBE983

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.9%

 BLUE value IS 131 (51.56% from 255) = 21.87%

R = 39.23%
G = 38.9%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EBE983 (or 0xEBE983) is known color: Texas. HEX triplet: EB, E9 and 83. RGB value is (235,233,131). Sum of RGB (Red+Green+Blue) = 235+233+131=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 131 (51.56% from 255 or 21.87% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE983 is #14167C. Grayscale: #DEDEDE. Windows color (decimal): -1316477 or 8645099. OLE color: 8645099.

HSL color Cylindrical-coordinate representation of color #EBE983: hue angle of 58.85º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBE983 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 233 131 -
CMYK 0 0.01 0.44 0.08
HSL 58.85º 0.72% 0.72% -
HSV(B) 58.85º 0.44% 0.92% -
XYZ 67.5 77.58 32.89 -
YUV 221.97 76.66 137.29 -
System Red Green Blue C M Y K H S L
Decimal 235 233 131 0 0.01 0.44 0.08 58.85 0.72 0.72
Hex EB E9 83 0 1 2C 8 3B 48 48
Octal 353 351 203 0 1 54 10 73 110 110
Binary 11101011 11101001 10000011 0 1 101100 1000 111011 1001000 1001000

Color Harmonies of #EBE983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE983

Black with #EBE983

Text Example


Text Example

White with #EBE983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE983; }

 p { color: rgb(235,233,131); }

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

background-color css

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

 a { background-color: rgb(235,233,131); }

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

border-color css

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

 span { border-color: rgb(235,233,131); }

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