Html Css Color HEX #EFE67E Texas

📋 copy color: '#EFE67E'

red 239 ◦ green 230 ◦ blue 126

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

Shades of Texas #EFE67E

Tints of Texas #EFE67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.18%

R = 40.17%
G = 38.66%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFE67E (or 0xEFE67E) is known color: Texas. HEX triplet: EF, E6 and 7E. RGB value is (239,230,126). Sum of RGB (Red+Green+Blue) = 239+230+126=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE67E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE67E is #101981. Grayscale: #DDDDDD. Windows color (decimal): -1055106 or 8316655. OLE color: 8316655.

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

Color convert

RGB 239 230 126 -
CMYK 0 0.04 0.47 0.06
HSL 55.22º 0.78% 0.72% -
HSV(B) 55.22º 0.47% 0.94% -
XYZ 67.66 76.45 30.93 -
YUV 220.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 239 230 126 0 0.04 0.47 0.06 55.22 0.78 0.72
Hex EF E6 7E 0 4 2F 6 37 4E 48
Octal 357 346 176 0 4 57 6 67 116 110
Binary 11101111 11100110 1111110 0 100 101111 110 110111 1001110 1001000

Color Harmonies of #EFE67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE67E

Black with #EFE67E

Text Example


Text Example

White with #EFE67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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