Html Css Color HEX #EFE67A Texas

📋 copy color: '#EFE67A'

red 239 ◦ green 230 ◦ blue 122

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

Shades of Texas #EFE67A

Tints of Texas #EFE67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.64%

R = 40.44%
G = 38.92%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFE67A (or 0xEFE67A) is known color: Texas. HEX triplet: EF, E6 and 7A. RGB value is (239,230,122). Sum of RGB (Red+Green+Blue) = 239+230+122=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 122 (48.05% from 255 or 20.64% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE67A is #101985. Grayscale: #DCDCDC. Windows color (decimal): -1055110 or 8054511. OLE color: 8054511.

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

Color convert

RGB 239 230 122 -
CMYK 0 0.04 0.49 0.06
HSL 55.38º 0.79% 0.71% -
HSV(B) 55.38º 0.49% 0.94% -
XYZ 67.41 76.35 29.6 -
YUV 220.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 239 230 122 0 0.04 0.49 0.06 55.38 0.79 0.71
Hex EF E6 7A 0 4 31 6 37 4F 47
Octal 357 346 172 0 4 61 6 67 117 107
Binary 11101111 11100110 1111010 0 100 110001 110 110111 1001111 1000111

Color Harmonies of #EFE67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE67A

Black with #EFE67A

Text Example


Text Example

White with #EFE67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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