Html Css Color HEX #EDE17A Texas

📋 copy color: '#EDE17A'

red 237 ◦ green 225 ◦ blue 122

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

Shades of Texas #EDE17A

Tints of Texas #EDE17A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.53%

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

R = 40.58%
G = 38.53%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDE17A (or 0xEDE17A) is known color: Texas. HEX triplet: ED, E1 and 7A. RGB value is (237,225,122). Sum of RGB (Red+Green+Blue) = 237+225+122=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 122 (48.05% from 255 or 20.89% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE17A is #121E85. Grayscale: #D9D9D9. Windows color (decimal): -1187462 or 8053229. OLE color: 8053229.

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

Color convert

RGB 237 225 122 -
CMYK 0 0.05 0.49 0.07
HSL 53.74º 0.76% 0.7% -
HSV(B) 53.74º 0.49% 0.93% -
XYZ 65.36 73.26 29.11 -
YUV 216.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 237 225 122 0 0.05 0.49 0.07 53.74 0.76 0.7
Hex ED E1 7A 0 5 31 7 36 4C 46
Octal 355 341 172 0 5 61 7 66 114 106
Binary 11101101 11100001 1111010 0 101 110001 111 110110 1001100 1000110

Color Harmonies of #EDE17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE17A

Black with #EDE17A

Text Example


Text Example

White with #EDE17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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