Html Css Color HEX #EDE677 Texas

📋 copy color: '#EDE677'

red 237 ◦ green 230 ◦ blue 119

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

Shades of Texas #EDE677

Tints of Texas #EDE677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.31%

R = 40.44%
G = 39.25%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDE677 (or 0xEDE677) is known color: Texas. HEX triplet: ED, E6 and 77. RGB value is (237,230,119). Sum of RGB (Red+Green+Blue) = 237+230+119=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE677 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE677 is #121988. Grayscale: #DBDBDB. Windows color (decimal): -1186185 or 7857901. OLE color: 7857901.

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

Color convert

RGB 237 230 119 -
CMYK 0 0.03 0.50 0.07
HSL 56.44º 0.77% 0.7% -
HSV(B) 56.44º 0.5% 0.93% -
XYZ 66.55 75.93 28.6 -
YUV 219.44 71.32 140.53 -
System Red Green Blue C M Y K H S L
Decimal 237 230 119 0 0.03 0.50 0.07 56.44 0.77 0.7
Hex ED E6 77 0 3 32 7 38 4D 46
Octal 355 346 167 0 3 62 7 70 115 106
Binary 11101101 11100110 1110111 0 11 110010 111 111000 1001101 1000110

Color Harmonies of #EDE677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE677

Black with #EDE677

Text Example


Text Example

White with #EDE677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE677; }

 p { color: rgb(237,230,119); }

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

background-color css

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

 a { background-color: rgb(237,230,119); }

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

border-color css

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

 span { border-color: rgb(237,230,119); }

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