Html Css Color HEX #EFE27A Texas

📋 copy color: '#EFE27A'

red 239 ◦ green 226 ◦ blue 122

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

Shades of Texas #EFE27A

Tints of Texas #EFE27A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.5%

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

R = 40.72%
G = 38.5%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFE27A (or 0xEFE27A) is known color: Texas. HEX triplet: EF, E2 and 7A. RGB value is (239,226,122). Sum of RGB (Red+Green+Blue) = 239+226+122=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE27A is #101D85. Grayscale: #DADADA. Windows color (decimal): -1056134 or 8053487. OLE color: 8053487.

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

Color convert

RGB 239 226 122 -
CMYK 0 0.05 0.49 0.06
HSL 53.33º 0.79% 0.71% -
HSV(B) 53.33º 0.49% 0.94% -
XYZ 66.31 74.15 29.23 -
YUV 218.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 239 226 122 0 0.05 0.49 0.06 53.33 0.79 0.71
Hex EF E2 7A 0 5 31 6 35 4F 47
Octal 357 342 172 0 5 61 6 65 117 107
Binary 11101111 11100010 1111010 0 101 110001 110 110101 1001111 1000111

Color Harmonies of #EFE27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE27A

Black with #EFE27A

Text Example


Text Example

White with #EFE27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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