Html Css Color HEX #EFE883 Texas

📋 copy color: '#EFE883'

red 239 ◦ green 232 ◦ blue 131

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

Shades of Texas #EFE883

Tints of Texas #EFE883

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.54%

 BLUE value IS 131 (51.56% from 255) = 21.76%

R = 39.7%
G = 38.54%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFE883 (or 0xEFE883) is known color: Texas. HEX triplet: EF, E8 and 83. RGB value is (239,232,131). Sum of RGB (Red+Green+Blue) = 239+232+131=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 131 (51.56% from 255 or 21.76% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE883 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE883 is #10177C. Grayscale: #DEDEDE. Windows color (decimal): -1054589 or 8644847. OLE color: 8644847.

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

Color convert

RGB 239 232 131 -
CMYK 0 0.03 0.45 0.06
HSL 56.11º 0.77% 0.73% -
HSV(B) 56.11º 0.45% 0.94% -
XYZ 68.55 77.7 32.86 -
YUV 222.58 76.32 139.71 -
System Red Green Blue C M Y K H S L
Decimal 239 232 131 0 0.03 0.45 0.06 56.11 0.77 0.73
Hex EF E8 83 0 3 2D 6 38 4D 49
Octal 357 350 203 0 3 55 6 70 115 111
Binary 11101111 11101000 10000011 0 11 101101 110 111000 1001101 1001001

Color Harmonies of #EFE883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE883

Black with #EFE883

Text Example


Text Example

White with #EFE883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE883; }

 p { color: rgb(239,232,131); }

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

background-color css

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

 a { background-color: rgb(239,232,131); }

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

border-color css

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

 span { border-color: rgb(239,232,131); }

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