Html Css Color HEX #EFE673 Texas

📋 copy color: '#EFE673'

red 239 ◦ green 230 ◦ blue 115

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

Shades of Texas #EFE673

Tints of Texas #EFE673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.69%

R = 40.92%
G = 39.38%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFE673 (or 0xEFE673) is known color: Texas. HEX triplet: EF, E6 and 73. RGB value is (239,230,115). Sum of RGB (Red+Green+Blue) = 239+230+115=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 115 (45.31% from 255 or 19.69% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE673 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE673 is #10198C. Grayscale: #DCDCDC. Windows color (decimal): -1055117 or 7595759. OLE color: 7595759.

HSL color Cylindrical-coordinate representation of color #EFE673: hue angle of 55.65º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFE673 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 230 115 -
CMYK 0 0.04 0.52 0.06
HSL 55.65º 0.79% 0.69% -
HSV(B) 55.65º 0.52% 0.94% -
XYZ 66.99 76.18 27.39 -
YUV 219.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 239 230 115 0 0.04 0.52 0.06 55.65 0.79 0.69
Hex EF E6 73 0 4 34 6 38 4F 45
Octal 357 346 163 0 4 64 6 70 117 105
Binary 11101111 11100110 1110011 0 100 110100 110 111000 1001111 1000101

Color Harmonies of #EFE673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE673

Black with #EFE673

Text Example


Text Example

White with #EFE673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE673; }

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

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

background-color css

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

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

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

border-color css

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

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

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