Html Css Color HEX #EFEC84 Texas

📋 copy color: '#EFEC84'

red 239 ◦ green 236 ◦ blue 132

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

Shades of Texas #EFEC84

Tints of Texas #EFEC84

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.88%

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

R = 39.37%
G = 38.88%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFEC84 (or 0xEFEC84) is known color: Texas. HEX triplet: EF, EC and 84. RGB value is (239,236,132). Sum of RGB (Red+Green+Blue) = 239+236+132=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 132 (51.95% from 255 or 21.75% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC84 is #10137B. Grayscale: #E1E1E1. Windows color (decimal): -1053564 or 8711407. OLE color: 8711407.

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

Color convert

RGB 239 236 132 -
CMYK 0 0.01 0.45 0.06
HSL 58.32º 0.77% 0.73% -
HSV(B) 58.32º 0.45% 0.94% -
XYZ 69.76 80.01 33.6 -
YUV 225.04 75.49 137.96 -
System Red Green Blue C M Y K H S L
Decimal 239 236 132 0 0.01 0.45 0.06 58.32 0.77 0.73
Hex EF EC 84 0 1 2D 6 3A 4D 49
Octal 357 354 204 0 1 55 6 72 115 111
Binary 11101111 11101100 10000100 0 1 101101 110 111010 1001101 1001001

Color Harmonies of #EFEC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC84

Black with #EFEC84

Text Example


Text Example

White with #EFEC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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