Html Css Color HEX #EBE87D Texas

📋 copy color: '#EBE87D'

red 235 ◦ green 232 ◦ blue 125

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

Shades of Texas #EBE87D

Tints of Texas #EBE87D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.19%

 BLUE value IS 125 (49.22% from 255) = 21.11%

R = 39.7%
G = 39.19%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBE87D (or 0xEBE87D) is known color: Texas. HEX triplet: EB, E8 and 7D. RGB value is (235,232,125). Sum of RGB (Red+Green+Blue) = 235+232+125=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE87D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE87D is #141782. Grayscale: #DDDDDD. Windows color (decimal): -1316739 or 8251627. OLE color: 8251627.

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

Color convert

RGB 235 232 125 -
CMYK 0 0.01 0.47 0.08
HSL 58.36º 0.73% 0.71% -
HSV(B) 58.36º 0.47% 0.92% -
XYZ 66.82 76.86 30.71 -
YUV 220.7 73.99 138.2 -
System Red Green Blue C M Y K H S L
Decimal 235 232 125 0 0.01 0.47 0.08 58.36 0.73 0.71
Hex EB E8 7D 0 1 2F 8 3A 49 47
Octal 353 350 175 0 1 57 10 72 111 107
Binary 11101011 11101000 1111101 0 1 101111 1000 111010 1001001 1000111

Color Harmonies of #EBE87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE87D

Black with #EBE87D

Text Example


Text Example

White with #EBE87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE87D; }

 p { color: rgb(235,232,125); }

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

background-color css

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

 a { background-color: rgb(235,232,125); }

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

border-color css

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

 span { border-color: rgb(235,232,125); }

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