Html Css Color HEX #EDE773 Texas

📋 copy color: '#EDE773'

red 237 ◦ green 231 ◦ blue 115

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

Shades of Texas #EDE773

Tints of Texas #EDE773

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.62%

 BLUE value IS 115 (45.31% from 255) = 19.73%

R = 40.65%
G = 39.62%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDE773 (or 0xEDE773) is known color: Texas. HEX triplet: ED, E7 and 73. RGB value is (237,231,115). Sum of RGB (Red+Green+Blue) = 237+231+115=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 231 (90.62% from 255 or 39.62% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE773 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE773 is #12188C. Grayscale: #DCDCDC. Windows color (decimal): -1185933 or 7596013. OLE color: 7596013.

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

Color convert

RGB 237 231 115 -
CMYK 0 0.03 0.51 0.07
HSL 57.05º 0.77% 0.69% -
HSV(B) 57.05º 0.51% 0.93% -
XYZ 66.6 76.39 27.46 -
YUV 219.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 237 231 115 0 0.03 0.51 0.07 57.05 0.77 0.69
Hex ED E7 73 0 3 33 7 39 4D 45
Octal 355 347 163 0 3 63 7 71 115 105
Binary 11101101 11100111 1110011 0 11 110011 111 111001 1001101 1000101

Color Harmonies of #EDE773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE773

Black with #EDE773

Text Example


Text Example

White with #EDE773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE773; }

 p { color: rgb(237,231,115); }

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

background-color css

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

 a { background-color: rgb(237,231,115); }

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

border-color css

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

 span { border-color: rgb(237,231,115); }

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