Html Css Color HEX #EFE984 Texas

📋 copy color: '#EFE984'

red 239 ◦ green 233 ◦ blue 132

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

Shades of Texas #EFE984

Tints of Texas #EFE984

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.58%

 BLUE value IS 132 (51.95% from 255) = 21.85%

R = 39.57%
G = 38.58%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFE984 (or 0xEFE984) is known color: Texas. HEX triplet: EF, E9 and 84. RGB value is (239,233,132). Sum of RGB (Red+Green+Blue) = 239+233+132=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE984 is #10167B. Grayscale: #DFDFDF. Windows color (decimal): -1054332 or 8710639. OLE color: 8710639.

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

Color convert

RGB 239 233 132 -
CMYK 0 0.03 0.45 0.06
HSL 56.64º 0.77% 0.73% -
HSV(B) 56.64º 0.45% 0.94% -
XYZ 68.9 78.29 33.31 -
YUV 223.28 76.49 139.21 -
System Red Green Blue C M Y K H S L
Decimal 239 233 132 0 0.03 0.45 0.06 56.64 0.77 0.73
Hex EF E9 84 0 3 2D 6 39 4D 49
Octal 357 351 204 0 3 55 6 71 115 111
Binary 11101111 11101001 10000100 0 11 101101 110 111001 1001101 1001001

Color Harmonies of #EFE984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE984

Black with #EFE984

Text Example


Text Example

White with #EFE984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE984; }

 p { color: rgb(239,233,132); }

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

background-color css

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

 a { background-color: rgb(239,233,132); }

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

border-color css

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

 span { border-color: rgb(239,233,132); }

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