Html Css Color HEX #EBE483 Texas

📋 copy color: '#EBE483'

red 235 ◦ green 228 ◦ blue 131

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

Shades of Texas #EBE483

Tints of Texas #EBE483

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.38%

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

R = 39.56%
G = 38.38%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EBE483 (or 0xEBE483) is known color: Texas. HEX triplet: EB, E4 and 83. RGB value is (235,228,131). Sum of RGB (Red+Green+Blue) = 235+228+131=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 131 (51.56% from 255 or 22.05% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE483 is #141B7C. Grayscale: #DBDBDB. Windows color (decimal): -1317757 or 8643819. OLE color: 8643819.

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

Color convert

RGB 235 228 131 -
CMYK 0 0.03 0.44 0.08
HSL 55.96º 0.72% 0.72% -
HSV(B) 55.96º 0.44% 0.92% -
XYZ 66.1 74.79 32.42 -
YUV 219.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 235 228 131 0 0.03 0.44 0.08 55.96 0.72 0.72
Hex EB E4 83 0 3 2C 8 38 48 48
Octal 353 344 203 0 3 54 10 70 110 110
Binary 11101011 11100100 10000011 0 11 101100 1000 111000 1001000 1001000

Color Harmonies of #EBE483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE483

Black with #EBE483

Text Example


Text Example

White with #EBE483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE483; }

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

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

background-color css

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

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

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

border-color css

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

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

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