Html Css Color HEX #E2E67F Texas

📋 copy color: '#E2E67F'

red 226 ◦ green 230 ◦ blue 127

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

Shades of Texas #E2E67F

Tints of Texas #E2E67F

RGB

 RED value IS 226 (88.67% from 255) = 38.77%

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

 BLUE value IS 127 (50% from 255) = 21.78%

R = 38.77%
G = 39.45%
B = 21.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E2E67F (or 0xE2E67F) is known color: Texas. HEX triplet: E2, E6 and 7F. RGB value is (226,230,127). Sum of RGB (Red+Green+Blue) = 226+230+127=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E67F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2E67F is #1D1980. Grayscale: #D9D9D9. Windows color (decimal): -1907073 or 8382178. OLE color: 8382178.

HSL color Cylindrical-coordinate representation of color #E2E67F: hue angle of 62.33º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2E67F is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 230 127 -
CMYK 0.02 0 0.45 0.10
HSL 62.33º 0.67% 0.7% -
HSV(B) 62.33º 0.45% 0.9% -
XYZ 63.49 74.29 31.07 -
YUV 217.06 77.17 134.38 -
System Red Green Blue C M Y K H S L
Decimal 226 230 127 0.02 0 0.45 0.10 62.33 0.67 0.7
Hex E2 E6 7F 2 0 2D A 3E 43 46
Octal 342 346 177 2 0 55 12 76 103 106
Binary 11100010 11100110 1111111 10 0 101101 1010 111110 1000011 1000110

Color Harmonies of #E2E67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E67F

Black with #E2E67F

Text Example


Text Example

White with #E2E67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E67F; }

 p { color: rgb(226,230,127); }

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

background-color css

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

 a { background-color: rgb(226,230,127); }

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

border-color css

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

 span { border-color: rgb(226,230,127); }

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