Html Css Color HEX #EDE680 Texas

📋 copy color: '#EDE680'

red 237 ◦ green 230 ◦ blue 128

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

Shades of Texas #EDE680

Tints of Texas #EDE680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.51%

R = 39.83%
G = 38.66%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDE680 (or 0xEDE680) is known color: Texas. HEX triplet: ED, E6 and 80. RGB value is (237,230,128). Sum of RGB (Red+Green+Blue) = 237+230+128=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 128 (50.39% from 255 or 21.51% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE680 is #12197F. Grayscale: #DCDCDC. Windows color (decimal): -1186176 or 8447725. OLE color: 8447725.

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

Color convert

RGB 237 230 128 -
CMYK 0 0.03 0.46 0.07
HSL 56.15º 0.75% 0.72% -
HSV(B) 56.15º 0.46% 0.93% -
XYZ 67.12 76.16 31.58 -
YUV 220.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 237 230 128 0 0.03 0.46 0.07 56.15 0.75 0.72
Hex ED E6 80 0 3 2E 7 38 4B 48
Octal 355 346 200 0 3 56 7 70 113 110
Binary 11101101 11100110 10000000 0 11 101110 111 111000 1001011 1001000

Color Harmonies of #EDE680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE680

Black with #EDE680

Text Example


Text Example

White with #EDE680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE680; }

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

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

background-color css

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

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

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

border-color css

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

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

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