Html Css Color HEX #EFE782 Texas

📋 copy color: '#EFE782'

red 239 ◦ green 231 ◦ blue 130

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

Shades of Texas #EFE782

Tints of Texas #EFE782

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.5%

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

R = 39.83%
G = 38.5%
B = 21.67%

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

#EFE782 (or 0xEFE782) is known color: Texas. HEX triplet: EF, E7 and 82. RGB value is (239,231,130). Sum of RGB (Red+Green+Blue) = 239+231+130=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE782 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE782 is #10187D. Grayscale: #DEDEDE. Windows color (decimal): -1054846 or 8579055. OLE color: 8579055.

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

Color convert

RGB 239 231 130 -
CMYK 0 0.03 0.46 0.06
HSL 55.6º 0.77% 0.72% -
HSV(B) 55.6º 0.46% 0.94% -
XYZ 68.2 77.11 32.41 -
YUV 221.88 76.15 140.21 -
System Red Green Blue C M Y K H S L
Decimal 239 231 130 0 0.03 0.46 0.06 55.6 0.77 0.72
Hex EF E7 82 0 3 2E 6 38 4D 48
Octal 357 347 202 0 3 56 6 70 115 110
Binary 11101111 11100111 10000010 0 11 101110 110 111000 1001101 1001000

Color Harmonies of #EFE782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE782

Black with #EFE782

Text Example


Text Example

White with #EFE782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE782; }

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

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

background-color css

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

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

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

border-color css

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

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

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