Html Css Color HEX #EDE376 Texas

📋 copy color: '#EDE376'

red 237 ◦ green 227 ◦ blue 118

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

Shades of Texas #EDE376

Tints of Texas #EDE376

RGB

 RED value IS 237 (92.97% from 255) = 40.72%

 GREEN value IS 227 (89.06% from 255) = 39%

 BLUE value IS 118 (46.48% from 255) = 20.27%

R = 40.72%
G = 39%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDE376 (or 0xEDE376) is known color: Texas. HEX triplet: ED, E3 and 76. RGB value is (237,227,118). Sum of RGB (Red+Green+Blue) = 237+227+118=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE376 is #121C89. Grayscale: #DADADA. Windows color (decimal): -1186954 or 7791597. OLE color: 7791597.

HSL color Cylindrical-coordinate representation of color #EDE376: hue angle of 54.96º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDE376 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 227 118 -
CMYK 0 0.04 0.50 0.07
HSL 54.96º 0.77% 0.7% -
HSV(B) 54.96º 0.5% 0.93% -
XYZ 65.66 74.25 28.01 -
YUV 217.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 237 227 118 0 0.04 0.50 0.07 54.96 0.77 0.7
Hex ED E3 76 0 4 32 7 37 4D 46
Octal 355 343 166 0 4 62 7 67 115 106
Binary 11101101 11100011 1110110 0 100 110010 111 110111 1001101 1000110

Color Harmonies of #EDE376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE376

Black with #EDE376

Text Example


Text Example

White with #EDE376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE376; }

 p { color: rgb(237,227,118); }

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

background-color css

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

 a { background-color: rgb(237,227,118); }

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

border-color css

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

 span { border-color: rgb(237,227,118); }

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