Html Css Color HEX #EFEA82 Texas

📋 copy color: '#EFEA82'

red 239 ◦ green 234 ◦ blue 130

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

Shades of Texas #EFEA82

Tints of Texas #EFEA82

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.81%

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

R = 39.64%
G = 38.81%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFEA82 (or 0xEFEA82) is known color: Texas. HEX triplet: EF, EA and 82. RGB value is (239,234,130). Sum of RGB (Red+Green+Blue) = 239+234+130=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 130 (51.17% from 255 or 21.56% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEA82 is #10157D. Grayscale: #E0E0E0. Windows color (decimal): -1054078 or 8579823. OLE color: 8579823.

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

Color convert

RGB 239 234 130 -
CMYK 0 0.02 0.46 0.06
HSL 57.25º 0.77% 0.72% -
HSV(B) 57.25º 0.46% 0.94% -
XYZ 69.05 78.81 32.69 -
YUV 223.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 239 234 130 0 0.02 0.46 0.06 57.25 0.77 0.72
Hex EF EA 82 0 2 2E 6 39 4D 48
Octal 357 352 202 0 2 56 6 71 115 110
Binary 11101111 11101010 10000010 0 10 101110 110 111001 1001101 1001000

Color Harmonies of #EFEA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA82

Black with #EFEA82

Text Example


Text Example

White with #EFEA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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