Html Css Color HEX #EDE87E Texas

📋 copy color: '#EDE87E'

red 237 ◦ green 232 ◦ blue 126

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

Shades of Texas #EDE87E

Tints of Texas #EDE87E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.99%

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

R = 39.83%
G = 38.99%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDE87E (or 0xEDE87E) is known color: Texas. HEX triplet: ED, E8 and 7E. RGB value is (237,232,126). Sum of RGB (Red+Green+Blue) = 237+232+126=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE87E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE87E is #121781. Grayscale: #DDDDDD. Windows color (decimal): -1185666 or 8317165. OLE color: 8317165.

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

Color convert

RGB 237 232 126 -
CMYK 0 0.02 0.47 0.07
HSL 57.3º 0.76% 0.71% -
HSV(B) 57.3º 0.47% 0.93% -
XYZ 67.55 77.22 31.08 -
YUV 221.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 237 232 126 0 0.02 0.47 0.07 57.3 0.76 0.71
Hex ED E8 7E 0 2 2F 7 39 4C 47
Octal 355 350 176 0 2 57 7 71 114 107
Binary 11101101 11101000 1111110 0 10 101111 111 111001 1001100 1000111

Color Harmonies of #EDE87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE87E

Black with #EDE87E

Text Example


Text Example

White with #EDE87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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