Html Css Color HEX #E6DF75 Texas

📋 copy color: '#E6DF75'

red 230 ◦ green 223 ◦ blue 117

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

Shades of Texas #E6DF75

Tints of Texas #E6DF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.53%

R = 40.35%
G = 39.12%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E6DF75 (or 0xE6DF75) is known color: Texas. HEX triplet: E6, DF and 75. RGB value is (230,223,117). Sum of RGB (Red+Green+Blue) = 230+223+117=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DF75 is #19208A. Grayscale: #D5D5D5. Windows color (decimal): -1646731 or 7725030. OLE color: 7725030.

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

Color convert

RGB 230 223 117 -
CMYK 0 0.03 0.49 0.10
HSL 56.28º 0.69% 0.68% -
HSV(B) 56.28º 0.49% 0.9% -
XYZ 62.23 70.88 27.23 -
YUV 213.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 230 223 117 0 0.03 0.49 0.10 56.28 0.69 0.68
Hex E6 DF 75 0 3 31 A 38 45 44
Octal 346 337 165 0 3 61 12 70 105 104
Binary 11100110 11011111 1110101 0 11 110001 1010 111000 1000101 1000100

Color Harmonies of #E6DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DF75

Black with #E6DF75

Text Example


Text Example

White with #E6DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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