Html Css Color HEX #EBED7E Texas

📋 copy color: '#EBED7E'

red 235 ◦ green 237 ◦ blue 126

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

Shades of Texas #EBED7E

Tints of Texas #EBED7E

RGB

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

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

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

R = 39.3%
G = 39.63%
B = 21.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EBED7E (or 0xEBED7E) is known color: Texas. HEX triplet: EB, ED and 7E. RGB value is (235,237,126). Sum of RGB (Red+Green+Blue) = 235+237+126=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 126 (49.61% from 255 or 21.07% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED7E is #141281. Grayscale: #E0E0E0. Windows color (decimal): -1315458 or 8318443. OLE color: 8318443.

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

Color convert

RGB 235 237 126 -
CMYK 0.01 0 0.47 0.07
HSL 61.08º 0.76% 0.71% -
HSV(B) 61.08º 0.47% 0.93% -
XYZ 68.31 79.74 31.53 -
YUV 223.75 72.84 136.03 -
System Red Green Blue C M Y K H S L
Decimal 235 237 126 0.01 0 0.47 0.07 61.08 0.76 0.71
Hex EB ED 7E 1 0 2F 7 3D 4C 47
Octal 353 355 176 1 0 57 7 75 114 107
Binary 11101011 11101101 1111110 1 0 101111 111 111101 1001100 1000111

Color Harmonies of #EBED7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED7E

Black with #EBED7E

Text Example


Text Example

White with #EBED7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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