Html Css Color HEX #EDE679 Texas

📋 copy color: '#EDE679'

red 237 ◦ green 230 ◦ blue 121

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

Shades of Texas #EDE679

Tints of Texas #EDE679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 20.58%

R = 40.31%
G = 39.12%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDE679 (or 0xEDE679) is known color: Texas. HEX triplet: ED, E6 and 79. RGB value is (237,230,121). Sum of RGB (Red+Green+Blue) = 237+230+121=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 121 (47.66% from 255 or 20.58% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE679 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE679 is #121986. Grayscale: #DCDCDC. Windows color (decimal): -1186183 or 7988973. OLE color: 7988973.

HSL color Cylindrical-coordinate representation of color #EDE679: hue angle of 56.38º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDE679 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 121 -
CMYK 0 0.03 0.49 0.07
HSL 56.38º 0.76% 0.7% -
HSV(B) 56.38º 0.49% 0.93% -
XYZ 66.67 75.98 29.24 -
YUV 219.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 237 230 121 0 0.03 0.49 0.07 56.38 0.76 0.7
Hex ED E6 79 0 3 31 7 38 4C 46
Octal 355 346 171 0 3 61 7 70 114 106
Binary 11101101 11100110 1111001 0 11 110001 111 111000 1001100 1000110

Color Harmonies of #EDE679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE679

Black with #EDE679

Text Example


Text Example

White with #EDE679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE679; }

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

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

background-color css

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

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

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

border-color css

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

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

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