Html Css Color HEX #E6DF7D Texas

📋 copy color: '#E6DF7D'

red 230 ◦ green 223 ◦ blue 125

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

Shades of Texas #E6DF7D

Tints of Texas #E6DF7D

RGB

 RED value IS 230 (90.23% from 255) = 39.79%

 GREEN value IS 223 (87.5% from 255) = 38.58%

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

R = 39.79%
G = 38.58%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6DF7D (or 0xE6DF7D) is known color: Texas. HEX triplet: E6, DF and 7D. RGB value is (230,223,125). Sum of RGB (Red+Green+Blue) = 230+223+125=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DF7D is #192082. Grayscale: #D6D6D6. Windows color (decimal): -1646723 or 8249318. OLE color: 8249318.

HSL color Cylindrical-coordinate representation of color #E6DF7D: hue angle of 56º 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 #E6DF7D is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 223 125 -
CMYK 0 0.03 0.46 0.10
HSL 56º 0.68% 0.7% -
HSV(B) 56º 0.46% 0.9% -
XYZ 62.72 71.08 29.82 -
YUV 213.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 230 223 125 0 0.03 0.46 0.10 56 0.68 0.7
Hex E6 DF 7D 0 3 2E A 38 44 46
Octal 346 337 175 0 3 56 12 70 104 106
Binary 11100110 11011111 1111101 0 11 101110 1010 111000 1000100 1000110

Color Harmonies of #E6DF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DF7D

Black with #E6DF7D

Text Example


Text Example

White with #E6DF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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