Html Css Color HEX #EBE47E Texas

📋 copy color: '#EBE47E'

red 235 ◦ green 228 ◦ blue 126

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

Shades of Texas #EBE47E

Tints of Texas #EBE47E

RGB

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

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

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

R = 39.9%
G = 38.71%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EBE47E (or 0xEBE47E) is known color: Texas. HEX triplet: EB, E4 and 7E. RGB value is (235,228,126). Sum of RGB (Red+Green+Blue) = 235+228+126=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 126 (49.61% from 255 or 21.39% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE47E is #141B81. Grayscale: #DADADA. Windows color (decimal): -1317762 or 8316139. OLE color: 8316139.

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

Color convert

RGB 235 228 126 -
CMYK 0 0.03 0.46 0.08
HSL 56.15º 0.73% 0.71% -
HSV(B) 56.15º 0.46% 0.92% -
XYZ 65.77 74.66 30.68 -
YUV 218.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 235 228 126 0 0.03 0.46 0.08 56.15 0.73 0.71
Hex EB E4 7E 0 3 2E 8 38 49 47
Octal 353 344 176 0 3 56 10 70 111 107
Binary 11101011 11100100 1111110 0 11 101110 1000 111000 1001001 1000111

Color Harmonies of #EBE47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE47E

Black with #EBE47E

Text Example


Text Example

White with #EBE47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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