Html Css Color HEX #EDE97A Texas

📋 copy color: '#EDE97A'

red 237 ◦ green 233 ◦ blue 122

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

Shades of Texas #EDE97A

Tints of Texas #EDE97A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.36%

 BLUE value IS 122 (48.05% from 255) = 20.61%

R = 40.03%
G = 39.36%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDE97A (or 0xEDE97A) is known color: Texas. HEX triplet: ED, E9 and 7A. RGB value is (237,233,122). Sum of RGB (Red+Green+Blue) = 237+233+122=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 122 (48.05% from 255 or 20.61% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE97A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE97A is #121685. Grayscale: #DDDDDD. Windows color (decimal): -1185414 or 8055277. OLE color: 8055277.

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

Color convert

RGB 237 233 122 -
CMYK 0 0.02 0.49 0.07
HSL 57.91º 0.76% 0.7% -
HSV(B) 57.91º 0.49% 0.93% -
XYZ 67.58 77.69 29.85 -
YUV 221.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 237 233 122 0 0.02 0.49 0.07 57.91 0.76 0.7
Hex ED E9 7A 0 2 31 7 3A 4C 46
Octal 355 351 172 0 2 61 7 72 114 106
Binary 11101101 11101001 1111010 0 10 110001 111 111010 1001100 1000110

Color Harmonies of #EDE97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE97A

Black with #EDE97A

Text Example


Text Example

White with #EDE97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE97A; }

 p { color: rgb(237,233,122); }

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

background-color css

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

 a { background-color: rgb(237,233,122); }

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

border-color css

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

 span { border-color: rgb(237,233,122); }

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