#EFE27A

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

Shades of Texas #EFE27A

Tints of Texas #EFE27A

Color information

#EFE27A (or 0xEFE27A) is unknown color: approx Texas. HEX triplet: EF, E2 and 7A. RGB value is (239,226,122). Sum of RGB (Red+Green+Blue) = 239+226+122=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE27A is #101D85. Grayscale: #DADADA. Windows color (decimal): -1056134 or 8053487. OLE color: 8053487.

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

Color convert

RGB239226122-
CMYK00.050.490.06
HSL53.33º78.52%70.78%-
HSV(B)53.33º48.95%93.73%-
XYZ66.3174.1529.23-
YUV218.0373.81142.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 226 (88.67% from 255) = 38.50%
BLUE value IS 122 (48.05% from 255) = 20.78%
R=40.72%
G=38.50%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922612200.050.490.0653.3378.5270.78
HexEFE27A05316354f47
Octal3573421720561665117107
Binary11101111111000101111010010111000111011010110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE27A; }

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

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

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

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

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

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

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

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