Html Css Color HEX #EFE774 Texas

📋 copy color: '#EFE774'

red 239 ◦ green 231 ◦ blue 116

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

Shades of Texas #EFE774

Tints of Texas #EFE774

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.42%

 BLUE value IS 116 (45.7% from 255) = 19.8%

R = 40.78%
G = 39.42%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFE774 (or 0xEFE774) is known color: Texas. HEX triplet: EF, E7 and 74. RGB value is (239,231,116). Sum of RGB (Red+Green+Blue) = 239+231+116=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 116 (45.70% from 255 or 19.80% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE774 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE774 is #10188B. Grayscale: #DCDCDC. Windows color (decimal): -1054860 or 7661551. OLE color: 7661551.

HSL color Cylindrical-coordinate representation of color #EFE774: hue angle of 56.1º 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 #EFE774 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 231 116 -
CMYK 0 0.03 0.51 0.06
HSL 56.1º 0.79% 0.7% -
HSV(B) 56.1º 0.51% 0.94% -
XYZ 67.32 76.76 27.79 -
YUV 220.28 69.15 141.35 -
System Red Green Blue C M Y K H S L
Decimal 239 231 116 0 0.03 0.51 0.06 56.1 0.79 0.7
Hex EF E7 74 0 3 33 6 38 4F 46
Octal 357 347 164 0 3 63 6 70 117 106
Binary 11101111 11100111 1110100 0 11 110011 110 111000 1001111 1000110

Color Harmonies of #EFE774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE774

Black with #EFE774

Text Example


Text Example

White with #EFE774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE774; }

 p { color: rgb(239,231,116); }

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

background-color css

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

 a { background-color: rgb(239,231,116); }

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

border-color css

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

 span { border-color: rgb(239,231,116); }

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