#EFE372

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

Shades of Texas #EFE372

Tints of Texas #EFE372

Color information

#EFE372 (or 0xEFE372) is unknown color: approx Texas. HEX triplet: EF, E3 and 72. RGB value is (239,227,114). Sum of RGB (Red+Green+Blue) = 239+227+114=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 114 (44.92% from 255 or 19.66% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE372 is #101C8D. Grayscale: #DADADA. Windows color (decimal): -1055886 or 7529455. OLE color: 7529455.

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

Color convert

RGB239227114-
CMYK00.050.520.06
HSL54.24º79.62%69.22%-
HSV(B)54.24º52.3%93.73%-
XYZ66.174.526.82-
YUV217.7169.48143.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 227 (89.06% from 255) = 39.14%
BLUE value IS 114 (44.92% from 255) = 19.66%
R=41.21%
G=39.14%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922711400.050.520.0654.2479.6269.22
HexEFE37205346365045
Octal3573431620564666120105
Binary11101111111000111110010010111010011011011010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE372; }

 p { color: rgb(239,227,114); }

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

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

 a { background-color: rgb(239,227,114); }

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

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

 span { border-color: rgb(239,227,114); }

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