Html Css Color HEX #EFE982 Texas

📋 copy color: '#EFE982'

red 239 ◦ green 233 ◦ blue 130

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

Shades of Texas #EFE982

Tints of Texas #EFE982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.59%

R = 39.7%
G = 38.7%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFE982 (or 0xEFE982) is known color: Texas. HEX triplet: EF, E9 and 82. RGB value is (239,233,130). Sum of RGB (Red+Green+Blue) = 239+233+130=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE982 is #10167D. Grayscale: #DFDFDF. Windows color (decimal): -1054334 or 8579567. OLE color: 8579567.

HSL color Cylindrical-coordinate representation of color #EFE982: hue angle of 56.7º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFE982 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 233 130 -
CMYK 0 0.03 0.46 0.06
HSL 56.7º 0.77% 0.72% -
HSV(B) 56.7º 0.46% 0.94% -
XYZ 68.76 78.24 32.6 -
YUV 223.05 75.49 139.38 -
System Red Green Blue C M Y K H S L
Decimal 239 233 130 0 0.03 0.46 0.06 56.7 0.77 0.72
Hex EF E9 82 0 3 2E 6 39 4D 48
Octal 357 351 202 0 3 56 6 71 115 110
Binary 11101111 11101001 10000010 0 11 101110 110 111001 1001101 1001000

Color Harmonies of #EFE982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE982

Black with #EFE982

Text Example


Text Example

White with #EFE982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE982; }

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

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

background-color css

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

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

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

border-color css

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

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

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