Html Css Color HEX #EEE675 Texas

📋 copy color: '#EEE675'

red 238 ◦ green 230 ◦ blue 117

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

Shades of Texas #EEE675

Tints of Texas #EEE675

RGB

 RED value IS 238 (93.36% from 255) = 40.68%

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

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

R = 40.68%
G = 39.32%
B = 20%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEE675 (or 0xEEE675) is known color: Texas. HEX triplet: EE, E6 and 75. RGB value is (238,230,117). Sum of RGB (Red+Green+Blue) = 238+230+117=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 117 (46.09% from 255 or 20% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE675 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE675 is #11198A. Grayscale: #DBDBDB. Windows color (decimal): -1120651 or 7726830. OLE color: 7726830.

HSL color Cylindrical-coordinate representation of color #EEE675: hue angle of 56.03º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEE675 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 230 117 -
CMYK 0 0.03 0.51 0.07
HSL 56.03º 0.78% 0.7% -
HSV(B) 56.03º 0.51% 0.93% -
XYZ 66.77 76.06 27.99 -
YUV 219.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 238 230 117 0 0.03 0.51 0.07 56.03 0.78 0.7
Hex EE E6 75 0 3 33 7 38 4E 46
Octal 356 346 165 0 3 63 7 70 116 106
Binary 11101110 11100110 1110101 0 11 110011 111 111000 1001110 1000110

Color Harmonies of #EEE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE675

Black with #EEE675

Text Example


Text Example

White with #EEE675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE675; }

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

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

background-color css

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

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

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

border-color css

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

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

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