Html Css Color HEX #EBE073 Texas

📋 copy color: '#EBE073'

red 235 ◦ green 224 ◦ blue 115

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

Shades of Texas #EBE073

Tints of Texas #EBE073

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.02%

 BLUE value IS 115 (45.31% from 255) = 20.03%

R = 40.94%
G = 39.02%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBE073 (or 0xEBE073) is known color: Texas. HEX triplet: EB, E0 and 73. RGB value is (235,224,115). Sum of RGB (Red+Green+Blue) = 235+224+115=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 115 (45.31% from 255 or 20.03% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE073 is #141F8C. Grayscale: #D7D7D7. Windows color (decimal): -1318797 or 7594219. OLE color: 7594219.

HSL color Cylindrical-coordinate representation of color #EBE073: hue angle of 54.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBE073 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 224 115 -
CMYK 0 0.05 0.51 0.08
HSL 54.5º 0.75% 0.69% -
HSV(B) 54.5º 0.51% 0.92% -
XYZ 64.01 72.21 26.78 -
YUV 214.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 235 224 115 0 0.05 0.51 0.08 54.5 0.75 0.69
Hex EB E0 73 0 5 33 8 36 4B 45
Octal 353 340 163 0 5 63 10 66 113 105
Binary 11101011 11100000 1110011 0 101 110011 1000 110110 1001011 1000101

Color Harmonies of #EBE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE073

Black with #EBE073

Text Example


Text Example

White with #EBE073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE073; }

 p { color: rgb(235,224,115); }

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

background-color css

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

 a { background-color: rgb(235,224,115); }

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

border-color css

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

 span { border-color: rgb(235,224,115); }

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