Html Css Color HEX #E2E67D Texas

📋 copy color: '#E2E67D'

red 226 ◦ green 230 ◦ blue 125

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

Shades of Texas #E2E67D

Tints of Texas #E2E67D

RGB

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

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

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

R = 38.9%
G = 39.59%
B = 21.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E2E67D (or 0xE2E67D) is known color: Texas. HEX triplet: E2, E6 and 7D. RGB value is (226,230,125). Sum of RGB (Red+Green+Blue) = 226+230+125=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2E67D is #1D1982. Grayscale: #D9D9D9. Windows color (decimal): -1907075 or 8251106. OLE color: 8251106.

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

Color convert

RGB 226 230 125 -
CMYK 0.02 0 0.46 0.10
HSL 62.29º 0.68% 0.7% -
HSV(B) 62.29º 0.46% 0.9% -
XYZ 63.36 74.24 30.39 -
YUV 216.83 76.17 134.54 -
System Red Green Blue C M Y K H S L
Decimal 226 230 125 0.02 0 0.46 0.10 62.29 0.68 0.7
Hex E2 E6 7D 2 0 2E A 3E 44 46
Octal 342 346 175 2 0 56 12 76 104 106
Binary 11100010 11100110 1111101 10 0 101110 1010 111110 1000100 1000110

Color Harmonies of #E2E67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E67D

Black with #E2E67D

Text Example


Text Example

White with #E2E67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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