Html Css Color HEX #EFE583 Texas

📋 copy color: '#EFE583'

red 239 ◦ green 229 ◦ blue 131

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

Shades of Texas #EFE583

Tints of Texas #EFE583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.87%

R = 39.9%
G = 38.23%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFE583 (or 0xEFE583) is known color: Texas. HEX triplet: EF, E5 and 83. RGB value is (239,229,131). Sum of RGB (Red+Green+Blue) = 239+229+131=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 131 (51.56% from 255 or 21.87% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE583 is #101A7C. Grayscale: #DDDDDD. Windows color (decimal): -1055357 or 8644079. OLE color: 8644079.

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

Color convert

RGB 239 229 131 -
CMYK 0 0.04 0.45 0.06
HSL 54.44º 0.77% 0.73% -
HSV(B) 54.44º 0.45% 0.94% -
XYZ 67.71 76.03 32.58 -
YUV 220.82 77.31 140.97 -
System Red Green Blue C M Y K H S L
Decimal 239 229 131 0 0.04 0.45 0.06 54.44 0.77 0.73
Hex EF E5 83 0 4 2D 6 36 4D 49
Octal 357 345 203 0 4 55 6 66 115 111
Binary 11101111 11100101 10000011 0 100 101101 110 110110 1001101 1001001

Color Harmonies of #EFE583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE583

Black with #EFE583

Text Example


Text Example

White with #EFE583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE583; }

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

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

background-color css

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

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

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

border-color css

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

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

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