Html Css Color HEX #EBED81 Texas

📋 copy color: '#EBED81'

red 235 ◦ green 237 ◦ blue 129

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

Shades of Texas #EBED81

Tints of Texas #EBED81

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.43%

 BLUE value IS 129 (50.78% from 255) = 21.46%

R = 39.1%
G = 39.43%
B = 21.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EBED81 (or 0xEBED81) is known color: Texas. HEX triplet: EB, ED and 81. RGB value is (235,237,129). Sum of RGB (Red+Green+Blue) = 235+237+129=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 129 (50.78% from 255 or 21.46% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBED81 is #14127E. Grayscale: #E0E0E0. Windows color (decimal): -1315455 or 8515051. OLE color: 8515051.

HSL color Cylindrical-coordinate representation of color #EBED81: hue angle of 61.11º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBED81 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 237 129 -
CMYK 0.01 0 0.46 0.07
HSL 61.11º 0.75% 0.72% -
HSV(B) 61.11º 0.46% 0.93% -
XYZ 68.51 79.82 32.56 -
YUV 224.09 74.34 135.78 -
System Red Green Blue C M Y K H S L
Decimal 235 237 129 0.01 0 0.46 0.07 61.11 0.75 0.72
Hex EB ED 81 1 0 2E 7 3D 4B 48
Octal 353 355 201 1 0 56 7 75 113 110
Binary 11101011 11101101 10000001 1 0 101110 111 111101 1001011 1001000

Color Harmonies of #EBED81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED81

Black with #EBED81

Text Example


Text Example

White with #EBED81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED81; }

 p { color: rgb(235,237,129); }

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

background-color css

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

 a { background-color: rgb(235,237,129); }

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

border-color css

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

 span { border-color: rgb(235,237,129); }

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