Html Css Color HEX #EFE675 Texas

📋 copy color: '#EFE675'

red 239 ◦ green 230 ◦ blue 117

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

Shades of Texas #EFE675

Tints of Texas #EFE675

RGB

 RED value IS 239 (93.75% from 255) = 40.78%

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

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

R = 40.78%
G = 39.25%
B = 19.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFE675 (or 0xEFE675) is known color: Texas. HEX triplet: EF, E6 and 75. RGB value is (239,230,117). Sum of RGB (Red+Green+Blue) = 239+230+117=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 117 (46.09% from 255 or 19.97% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE675 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE675 is #10198A. Grayscale: #DCDCDC. Windows color (decimal): -1055115 or 7726831. OLE color: 7726831.

HSL color Cylindrical-coordinate representation of color #EFE675: hue angle of 55.57º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFE675 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 230 117 -
CMYK 0 0.04 0.51 0.06
HSL 55.57º 0.79% 0.7% -
HSV(B) 55.57º 0.51% 0.94% -
XYZ 67.1 76.23 28.01 -
YUV 219.81 69.98 141.69 -
System Red Green Blue C M Y K H S L
Decimal 239 230 117 0 0.04 0.51 0.06 55.57 0.79 0.7
Hex EF E6 75 0 4 33 6 38 4F 46
Octal 357 346 165 0 4 63 6 70 117 106
Binary 11101111 11100110 1110101 0 100 110011 110 111000 1001111 1000110

Color Harmonies of #EFE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE675

Black with #EFE675

Text Example


Text Example

White with #EFE675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE675; }

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

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

background-color css

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

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

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

border-color css

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

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

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