Html Css Color HEX #EDE26F Texas

📋 copy color: '#EDE26F'

red 237 ◦ green 226 ◦ blue 111

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

Shades of Texas #EDE26F

Tints of Texas #EDE26F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.34%

R = 41.29%
G = 39.37%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDE26F (or 0xEDE26F) is known color: Texas. HEX triplet: ED, E2 and 6F. RGB value is (237,226,111). Sum of RGB (Red+Green+Blue) = 237+226+111=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 111 (43.75% from 255 or 19.34% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE26F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE26F is #121D90. Grayscale: #D8D8D8. Windows color (decimal): -1187217 or 7332589. OLE color: 7332589.

HSL color Cylindrical-coordinate representation of color #EDE26F: hue angle of 54.76º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDE26F is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 226 111 -
CMYK 0 0.05 0.53 0.07
HSL 54.76º 0.78% 0.68% -
HSV(B) 54.76º 0.53% 0.93% -
XYZ 64.99 73.54 25.81 -
YUV 216.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 237 226 111 0 0.05 0.53 0.07 54.76 0.78 0.68
Hex ED E2 6F 0 5 35 7 37 4E 44
Octal 355 342 157 0 5 65 7 67 116 104
Binary 11101101 11100010 1101111 0 101 110101 111 110111 1001110 1000100

Color Harmonies of #EDE26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE26F

Black with #EDE26F

Text Example


Text Example

White with #EDE26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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