Html Css Color HEX #EDE277 Texas

📋 copy color: '#EDE277'

red 237 ◦ green 226 ◦ blue 119

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

Shades of Texas #EDE277

Tints of Texas #EDE277

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.83%

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

R = 40.72%
G = 38.83%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDE277 (or 0xEDE277) is known color: Texas. HEX triplet: ED, E2 and 77. RGB value is (237,226,119). Sum of RGB (Red+Green+Blue) = 237+226+119=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 119 (46.88% from 255 or 20.45% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE277 is #121D88. Grayscale: #D9D9D9. Windows color (decimal): -1187209 or 7856877. OLE color: 7856877.

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

Color convert

RGB 237 226 119 -
CMYK 0 0.05 0.50 0.07
HSL 54.41º 0.77% 0.7% -
HSV(B) 54.41º 0.5% 0.93% -
XYZ 65.45 73.73 28.23 -
YUV 217.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 237 226 119 0 0.05 0.50 0.07 54.41 0.77 0.7
Hex ED E2 77 0 5 32 7 36 4D 46
Octal 355 342 167 0 5 62 7 66 115 106
Binary 11101101 11100010 1110111 0 101 110010 111 110110 1001101 1000110

Color Harmonies of #EDE277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE277

Black with #EDE277

Text Example


Text Example

White with #EDE277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE277; }

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

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

background-color css

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

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

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

border-color css

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

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

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