Html Css Color HEX #EFE683 Texas

📋 copy color: '#EFE683'

red 239 ◦ green 230 ◦ blue 131

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

Shades of Texas #EFE683

Tints of Texas #EFE683

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.33%

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

R = 39.83%
G = 38.33%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFE683 (or 0xEFE683) is known color: Texas. HEX triplet: EF, E6 and 83. RGB value is (239,230,131). Sum of RGB (Red+Green+Blue) = 239+230+131=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 131 (51.56% from 255 or 21.83% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE683 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE683 is #10197C. Grayscale: #DDDDDD. Windows color (decimal): -1055101 or 8644335. OLE color: 8644335.

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

Color convert

RGB 239 230 131 -
CMYK 0 0.04 0.45 0.06
HSL 55º 0.77% 0.73% -
HSV(B) 55º 0.45% 0.94% -
XYZ 67.99 76.58 32.67 -
YUV 221.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 239 230 131 0 0.04 0.45 0.06 55 0.77 0.73
Hex EF E6 83 0 4 2D 6 37 4D 49
Octal 357 346 203 0 4 55 6 67 115 111
Binary 11101111 11100110 10000011 0 100 101101 110 110111 1001101 1001001

Color Harmonies of #EFE683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE683

Black with #EFE683

Text Example


Text Example

White with #EFE683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE683; }

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

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

background-color css

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

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

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

border-color css

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

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

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