Html Css Color HEX #EFE679 Texas

📋 copy color: '#EFE679'

red 239 ◦ green 230 ◦ blue 121

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

Shades of Texas #EFE679

Tints of Texas #EFE679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 20.51%

R = 40.51%
G = 38.98%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFE679 (or 0xEFE679) is known color: Texas. HEX triplet: EF, E6 and 79. RGB value is (239,230,121). Sum of RGB (Red+Green+Blue) = 239+230+121=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 121 (47.66% from 255 or 20.51% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE679 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE679 is #101986. Grayscale: #DCDCDC. Windows color (decimal): -1055111 or 7988975. OLE color: 7988975.

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

Color convert

RGB 239 230 121 -
CMYK 0 0.04 0.49 0.06
HSL 55.42º 0.79% 0.71% -
HSV(B) 55.42º 0.49% 0.94% -
XYZ 67.34 76.32 29.27 -
YUV 220.27 71.98 141.36 -
System Red Green Blue C M Y K H S L
Decimal 239 230 121 0 0.04 0.49 0.06 55.42 0.79 0.71
Hex EF E6 79 0 4 31 6 37 4F 47
Octal 357 346 171 0 4 61 6 67 117 107
Binary 11101111 11100110 1111001 0 100 110001 110 110111 1001111 1000111

Color Harmonies of #EFE679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE679

Black with #EFE679

Text Example


Text Example

White with #EFE679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE679; }

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

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

background-color css

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

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

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

border-color css

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

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

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