Html Css Color HEX #EDE380 Texas

📋 copy color: '#EDE380'

red 237 ◦ green 227 ◦ blue 128

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

Shades of Texas #EDE380

Tints of Texas #EDE380

RGB

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

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

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

R = 40.03%
G = 38.34%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDE380 (or 0xEDE380) is known color: Texas. HEX triplet: ED, E3 and 80. RGB value is (237,227,128). Sum of RGB (Red+Green+Blue) = 237+227+128=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE380 is #121C7F. Grayscale: #DBDBDB. Windows color (decimal): -1186944 or 8446957. OLE color: 8446957.

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

Color convert

RGB 237 227 128 -
CMYK 0 0.04 0.46 0.07
HSL 54.5º 0.75% 0.72% -
HSV(B) 54.5º 0.46% 0.93% -
XYZ 66.29 74.5 31.31 -
YUV 218.7 76.81 141.05 -
System Red Green Blue C M Y K H S L
Decimal 237 227 128 0 0.04 0.46 0.07 54.5 0.75 0.72
Hex ED E3 80 0 4 2E 7 36 4B 48
Octal 355 343 200 0 4 56 7 66 113 110
Binary 11101101 11100011 10000000 0 100 101110 111 110110 1001011 1001000

Color Harmonies of #EDE380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE380

Black with #EDE380

Text Example


Text Example

White with #EDE380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE380; }

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

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

background-color css

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

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

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

border-color css

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

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

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