Html Css Color HEX #EFE57F Texas

📋 copy color: '#EFE57F'

red 239 ◦ green 229 ◦ blue 127

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

Shades of Texas #EFE57F

Tints of Texas #EFE57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.34%

R = 40.17%
G = 38.49%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFE57F (or 0xEFE57F) is known color: Texas. HEX triplet: EF, E5 and 7F. RGB value is (239,229,127). Sum of RGB (Red+Green+Blue) = 239+229+127=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 127 (50% from 255 or 21.34% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE57F is #101A80. Grayscale: #DCDCDC. Windows color (decimal): -1055361 or 8381935. OLE color: 8381935.

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

Color convert

RGB 239 229 127 -
CMYK 0 0.04 0.47 0.06
HSL 54.64º 0.78% 0.72% -
HSV(B) 54.64º 0.47% 0.94% -
XYZ 67.45 75.92 31.18 -
YUV 220.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 239 229 127 0 0.04 0.47 0.06 54.64 0.78 0.72
Hex EF E5 7F 0 4 2F 6 37 4E 48
Octal 357 345 177 0 4 57 6 67 116 110
Binary 11101111 11100101 1111111 0 100 101111 110 110111 1001110 1001000

Color Harmonies of #EFE57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE57F

Black with #EFE57F

Text Example


Text Example

White with #EFE57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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