Html Css Color HEX #EBE57C Texas

📋 copy color: '#EBE57C'

red 235 ◦ green 229 ◦ blue 124

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

Shades of Texas #EBE57C

Tints of Texas #EBE57C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.95%

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

R = 39.97%
G = 38.95%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBE57C (or 0xEBE57C) is known color: Texas. HEX triplet: EB, E5 and 7C. RGB value is (235,229,124). Sum of RGB (Red+Green+Blue) = 235+229+124=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE57C is #141A83. Grayscale: #DBDBDB. Windows color (decimal): -1317508 or 8185323. OLE color: 8185323.

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

Color convert

RGB 235 229 124 -
CMYK 0 0.03 0.47 0.08
HSL 56.76º 0.74% 0.7% -
HSV(B) 56.76º 0.47% 0.92% -
XYZ 65.92 75.16 30.1 -
YUV 218.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 235 229 124 0 0.03 0.47 0.08 56.76 0.74 0.7
Hex EB E5 7C 0 3 2F 8 39 4A 46
Octal 353 345 174 0 3 57 10 71 112 106
Binary 11101011 11100101 1111100 0 11 101111 1000 111001 1001010 1000110

Color Harmonies of #EBE57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE57C

Black with #EBE57C

Text Example


Text Example

White with #EBE57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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