Html Css Color HEX #EFEE85 Texas

📋 copy color: '#EFEE85'

red 239 ◦ green 238 ◦ blue 133

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

Shades of Texas #EFEE85

Tints of Texas #EFEE85

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.02%

 BLUE value IS 133 (52.34% from 255) = 21.8%

R = 39.18%
G = 39.02%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFEE85 (or 0xEFEE85) is known color: Texas. HEX triplet: EF, EE and 85. RGB value is (239,238,133). Sum of RGB (Red+Green+Blue) = 239+238+133=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 133 (52.34% from 255 or 21.80% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEE85 is #10117A. Grayscale: #E2E2E2. Windows color (decimal): -1053051 or 8777455. OLE color: 8777455.

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

Color convert

RGB 239 238 133 -
CMYK 0 0.00 0.44 0.06
HSL 59.43º 0.77% 0.73% -
HSV(B) 59.43º 0.44% 0.94% -
XYZ 70.4 81.19 34.15 -
YUV 226.33 75.33 137.04 -
System Red Green Blue C M Y K H S L
Decimal 239 238 133 0 0.00 0.44 0.06 59.43 0.77 0.73
Hex EF EE 85 0 0 2C 6 3B 4D 49
Octal 357 356 205 0 0 54 6 73 115 111
Binary 11101111 11101110 10000101 0 0 101100 110 111011 1001101 1001001

Color Harmonies of #EFEE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEE85

Black with #EFEE85

Text Example


Text Example

White with #EFEE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEE85; }

 p { color: rgb(239,238,133); }

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

background-color css

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

 a { background-color: rgb(239,238,133); }

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

border-color css

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

 span { border-color: rgb(239,238,133); }

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