Html Css Color HEX #EDE57E Texas

📋 copy color: '#EDE57E'

red 237 ◦ green 229 ◦ blue 126

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

Shades of Texas #EDE57E

Tints of Texas #EDE57E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.68%

 BLUE value IS 126 (49.61% from 255) = 21.28%

R = 40.03%
G = 38.68%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDE57E (or 0xEDE57E) is known color: Texas. HEX triplet: ED, E5 and 7E. RGB value is (237,229,126). Sum of RGB (Red+Green+Blue) = 237+229+126=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 126 (49.61% from 255 or 21.28% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE57E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE57E is #121A81. Grayscale: #DCDCDC. Windows color (decimal): -1186434 or 8316397. OLE color: 8316397.

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

Color convert

RGB 237 229 126 -
CMYK 0 0.03 0.47 0.07
HSL 55.68º 0.76% 0.71% -
HSV(B) 55.68º 0.47% 0.93% -
XYZ 66.71 75.55 30.81 -
YUV 219.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 237 229 126 0 0.03 0.47 0.07 55.68 0.76 0.71
Hex ED E5 7E 0 3 2F 7 38 4C 47
Octal 355 345 176 0 3 57 7 70 114 107
Binary 11101101 11100101 1111110 0 11 101111 111 111000 1001100 1000111

Color Harmonies of #EDE57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE57E

Black with #EDE57E

Text Example


Text Example

White with #EDE57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE57E; }

 p { color: rgb(237,229,126); }

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

background-color css

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

 a { background-color: rgb(237,229,126); }

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

border-color css

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

 span { border-color: rgb(237,229,126); }

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