Html Css Color HEX #EFE27D Texas

📋 copy color: '#EFE27D'

red 239 ◦ green 226 ◦ blue 125

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

Shades of Texas #EFE27D

Tints of Texas #EFE27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.19%

R = 40.51%
G = 38.31%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFE27D (or 0xEFE27D) is known color: Texas. HEX triplet: EF, E2 and 7D. RGB value is (239,226,125). Sum of RGB (Red+Green+Blue) = 239+226+125=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE27D is #101D82. Grayscale: #DADADA. Windows color (decimal): -1056131 or 8250095. OLE color: 8250095.

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

Color convert

RGB 239 226 125 -
CMYK 0 0.05 0.48 0.06
HSL 53.16º 0.78% 0.71% -
HSV(B) 53.16º 0.48% 0.94% -
XYZ 66.49 74.22 30.22 -
YUV 218.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 239 226 125 0 0.05 0.48 0.06 53.16 0.78 0.71
Hex EF E2 7D 0 5 30 6 35 4E 47
Octal 357 342 175 0 5 60 6 65 116 107
Binary 11101111 11100010 1111101 0 101 110000 110 110101 1001110 1000111

Color Harmonies of #EFE27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE27D

Black with #EFE27D

Text Example


Text Example

White with #EFE27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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