Html Css Color HEX #EFE57A Texas

📋 copy color: '#EFE57A'

red 239 ◦ green 229 ◦ blue 122

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

Shades of Texas #EFE57A

Tints of Texas #EFE57A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.81%

 BLUE value IS 122 (48.05% from 255) = 20.68%

R = 40.51%
G = 38.81%
B = 20.68%

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

#EFE57A (or 0xEFE57A) is known color: Texas. HEX triplet: EF, E5 and 7A. RGB value is (239,229,122). Sum of RGB (Red+Green+Blue) = 239+229+122=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE57A is #101A85. Grayscale: #DCDCDC. Windows color (decimal): -1055366 or 8054255. OLE color: 8054255.

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

Color convert

RGB 239 229 122 -
CMYK 0 0.04 0.49 0.06
HSL 54.87º 0.79% 0.71% -
HSV(B) 54.87º 0.49% 0.94% -
XYZ 67.13 75.79 29.5 -
YUV 219.79 72.81 141.7 -
System Red Green Blue C M Y K H S L
Decimal 239 229 122 0 0.04 0.49 0.06 54.87 0.79 0.71
Hex EF E5 7A 0 4 31 6 37 4F 47
Octal 357 345 172 0 4 61 6 67 117 107
Binary 11101111 11100101 1111010 0 100 110001 110 110111 1001111 1000111

Color Harmonies of #EFE57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE57A

Black with #EFE57A

Text Example


Text Example

White with #EFE57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE57A; }

 p { color: rgb(239,229,122); }

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

background-color css

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

 a { background-color: rgb(239,229,122); }

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

border-color css

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

 span { border-color: rgb(239,229,122); }

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