Html Css Color HEX #EBE673 Texas

📋 copy color: '#EBE673'

red 235 ◦ green 230 ◦ blue 115

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

Shades of Texas #EBE673

Tints of Texas #EBE673

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.66%

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

R = 40.52%
G = 39.66%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBE673 (or 0xEBE673) is known color: Texas. HEX triplet: EB, E6 and 73. RGB value is (235,230,115). Sum of RGB (Red+Green+Blue) = 235+230+115=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 115 (45.31% from 255 or 19.83% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE673 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE673 is #14198C. Grayscale: #DADADA. Windows color (decimal): -1317261 or 7595755. OLE color: 7595755.

HSL color Cylindrical-coordinate representation of color #EBE673: hue angle of 57.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 #EBE673 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 230 115 -
CMYK 0 0.02 0.51 0.08
HSL 57.5º 0.75% 0.69% -
HSV(B) 57.5º 0.51% 0.92% -
XYZ 65.65 75.49 27.33 -
YUV 218.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 235 230 115 0 0.02 0.51 0.08 57.5 0.75 0.69
Hex EB E6 73 0 2 33 8 3A 4B 45
Octal 353 346 163 0 2 63 10 72 113 105
Binary 11101011 11100110 1110011 0 10 110011 1000 111010 1001011 1000101

Color Harmonies of #EBE673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE673

Black with #EBE673

Text Example


Text Example

White with #EBE673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE673; }

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

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

background-color css

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

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

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

border-color css

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

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

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