Html Css Color HEX #EDEC7A Texas

📋 copy color: '#EDEC7A'

red 237 ◦ green 236 ◦ blue 122

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

Shades of Texas #EDEC7A

Tints of Texas #EDEC7A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.66%

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

R = 39.83%
G = 39.66%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDEC7A (or 0xEDEC7A) is known color: Texas. HEX triplet: ED, EC and 7A. RGB value is (237,236,122). Sum of RGB (Red+Green+Blue) = 237+236+122=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC7A is #121385. Grayscale: #DFDFDF. Windows color (decimal): -1184646 or 8056045. OLE color: 8056045.

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

Color convert

RGB 237 236 122 -
CMYK 0 0.00 0.49 0.07
HSL 59.48º 0.76% 0.7% -
HSV(B) 59.48º 0.49% 0.93% -
XYZ 68.43 79.4 30.13 -
YUV 223.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 237 236 122 0 0.00 0.49 0.07 59.48 0.76 0.7
Hex ED EC 7A 0 0 31 7 3B 4C 46
Octal 355 354 172 0 0 61 7 73 114 106
Binary 11101101 11101100 1111010 0 0 110001 111 111011 1001100 1000110

Color Harmonies of #EDEC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC7A

Black with #EDEC7A

Text Example


Text Example

White with #EDEC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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