Html Css Color HEX #EBE675 Texas

📋 copy color: '#EBE675'

red 235 ◦ green 230 ◦ blue 117

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

Shades of Texas #EBE675

Tints of Texas #EBE675

RGB

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

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

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

R = 40.38%
G = 39.52%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBE675 (or 0xEBE675) is known color: Texas. HEX triplet: EB, E6 and 75. RGB value is (235,230,117). Sum of RGB (Red+Green+Blue) = 235+230+117=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 117 (46.09% from 255 or 20.10% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE675 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE675 is #14198A. Grayscale: #DBDBDB. Windows color (decimal): -1317259 or 7726827. OLE color: 7726827.

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

Color convert

RGB 235 230 117 -
CMYK 0 0.02 0.50 0.08
HSL 57.46º 0.75% 0.69% -
HSV(B) 57.46º 0.5% 0.92% -
XYZ 65.77 75.54 27.94 -
YUV 218.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 235 230 117 0 0.02 0.50 0.08 57.46 0.75 0.69
Hex EB E6 75 0 2 32 8 39 4B 45
Octal 353 346 165 0 2 62 10 71 113 105
Binary 11101011 11100110 1110101 0 10 110010 1000 111001 1001011 1000101

Color Harmonies of #EBE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE675

Black with #EBE675

Text Example


Text Example

White with #EBE675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE675; }

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

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

background-color css

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

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

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

border-color css

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

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

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