Html Css Color HEX #EBE27C Texas

📋 copy color: '#EBE27C'

red 235 ◦ green 226 ◦ blue 124

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

Shades of Texas #EBE27C

Tints of Texas #EBE27C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.63%

 BLUE value IS 124 (48.83% from 255) = 21.2%

R = 40.17%
G = 38.63%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBE27C (or 0xEBE27C) is known color: Texas. HEX triplet: EB, E2 and 7C. RGB value is (235,226,124). Sum of RGB (Red+Green+Blue) = 235+226+124=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 124 (48.83% from 255 or 21.20% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE27C is #141D83. Grayscale: #D9D9D9. Windows color (decimal): -1318276 or 8184555. OLE color: 8184555.

HSL color Cylindrical-coordinate representation of color #EBE27C: hue angle of 55.14º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBE27C is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 226 124 -
CMYK 0 0.04 0.47 0.08
HSL 55.14º 0.74% 0.7% -
HSV(B) 55.14º 0.47% 0.92% -
XYZ 65.1 73.51 29.83 -
YUV 217.06 75.48 140.79 -
System Red Green Blue C M Y K H S L
Decimal 235 226 124 0 0.04 0.47 0.08 55.14 0.74 0.7
Hex EB E2 7C 0 4 2F 8 37 4A 46
Octal 353 342 174 0 4 57 10 67 112 106
Binary 11101011 11100010 1111100 0 100 101111 1000 110111 1001010 1000110

Color Harmonies of #EBE27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE27C

Black with #EBE27C

Text Example


Text Example

White with #EBE27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE27C; }

 p { color: rgb(235,226,124); }

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

background-color css

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

 a { background-color: rgb(235,226,124); }

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

border-color css

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

 span { border-color: rgb(235,226,124); }

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