Html Css Color HEX #EFE480 Texas

📋 copy color: '#EFE480'

red 239 ◦ green 228 ◦ blue 128

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

Shades of Texas #EFE480

Tints of Texas #EFE480

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.32%

 BLUE value IS 128 (50.39% from 255) = 21.51%

R = 40.17%
G = 38.32%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFE480 (or 0xEFE480) is known color: Texas. HEX triplet: EF, E4 and 80. RGB value is (239,228,128). Sum of RGB (Red+Green+Blue) = 239+228+128=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 128 (50.39% from 255 or 21.51% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE480 is #101B7F. Grayscale: #DCDCDC. Windows color (decimal): -1055616 or 8447215. OLE color: 8447215.

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

Color convert

RGB 239 228 128 -
CMYK 0 0.05 0.46 0.06
HSL 54.05º 0.78% 0.72% -
HSV(B) 54.05º 0.46% 0.94% -
XYZ 67.24 75.4 31.43 -
YUV 219.89 76.14 141.63 -
System Red Green Blue C M Y K H S L
Decimal 239 228 128 0 0.05 0.46 0.06 54.05 0.78 0.72
Hex EF E4 80 0 5 2E 6 36 4E 48
Octal 357 344 200 0 5 56 6 66 116 110
Binary 11101111 11100100 10000000 0 101 101110 110 110110 1001110 1001000

Color Harmonies of #EFE480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE480

Black with #EFE480

Text Example


Text Example

White with #EFE480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE480; }

 p { color: rgb(239,228,128); }

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

background-color css

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

 a { background-color: rgb(239,228,128); }

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

border-color css

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

 span { border-color: rgb(239,228,128); }

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