#EFE483

Color #EFE483 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #EFE483

Tints of Texas #EFE483

Color information

#EFE483 (or 0xEFE483) is unknown color: approx Texas. HEX triplet: EF, E4 and 83. RGB value is (239,228,131). Sum of RGB (Red+Green+Blue) = 239+228+131=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 131 (51.56% from 255 or 21.91% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE483 is #101B7C. Grayscale: #DCDCDC. Windows color (decimal): -1055613 or 8643823. OLE color: 8643823.

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

Color convert

RGB239228131-
CMYK00.050.450.06
HSL53.89º77.14%72.55%-
HSV(B)53.89º45.19%93.73%-
XYZ67.4475.4832.49-
YUV220.2377.64141.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 228 (89.45% from 255) = 38.13%
BLUE value IS 131 (51.56% from 255) = 21.91%
R=39.97%
G=38.13%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922813100.050.450.0653.8977.1472.55
HexEFE483052D6364d49
Octal3573442030555666115111
Binary111011111110010010000011010110110111011011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE483; }

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

 H1.HeaderClassName
 {
   color: #EFE483;
 }
 .AnyTagClassName
 {
   color: #EFE483;
 }
</style>
background-color css

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

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

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

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

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

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