Html Css Color HEX #EBE075 Texas

📋 copy color: '#EBE075'

red 235 ◦ green 224 ◦ blue 117

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

Shades of Texas #EBE075

Tints of Texas #EBE075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.31%

R = 40.8%
G = 38.89%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBE075 (or 0xEBE075) is known color: Texas. HEX triplet: EB, E0 and 75. RGB value is (235,224,117). Sum of RGB (Red+Green+Blue) = 235+224+117=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 117 (46.09% from 255 or 20.31% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE075 is #141F8A. Grayscale: #D7D7D7. Windows color (decimal): -1318795 or 7725291. OLE color: 7725291.

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

Color convert

RGB 235 224 117 -
CMYK 0 0.05 0.50 0.08
HSL 54.41º 0.75% 0.69% -
HSV(B) 54.41º 0.5% 0.92% -
XYZ 64.13 72.26 27.4 -
YUV 215.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 235 224 117 0 0.05 0.50 0.08 54.41 0.75 0.69
Hex EB E0 75 0 5 32 8 36 4B 45
Octal 353 340 165 0 5 62 10 66 113 105
Binary 11101011 11100000 1110101 0 101 110010 1000 110110 1001011 1000101

Color Harmonies of #EBE075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE075

Black with #EBE075

Text Example


Text Example

White with #EBE075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE075; }

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

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

background-color css

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

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

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

border-color css

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

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

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