Html Css Color HEX #EDE37C Texas

📋 copy color: '#EDE37C'

red 237 ◦ green 227 ◦ blue 124

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

Shades of Texas #EDE37C

Tints of Texas #EDE37C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.61%

 BLUE value IS 124 (48.83% from 255) = 21.09%

R = 40.31%
G = 38.61%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDE37C (or 0xEDE37C) is known color: Texas. HEX triplet: ED, E3 and 7C. RGB value is (237,227,124). Sum of RGB (Red+Green+Blue) = 237+227+124=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE37C is #121C83. Grayscale: #DADADA. Windows color (decimal): -1186948 or 8184813. OLE color: 8184813.

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

Color convert

RGB 237 227 124 -
CMYK 0 0.04 0.48 0.07
HSL 54.69º 0.76% 0.71% -
HSV(B) 54.69º 0.48% 0.93% -
XYZ 66.03 74.4 29.95 -
YUV 218.25 74.81 141.38 -
System Red Green Blue C M Y K H S L
Decimal 237 227 124 0 0.04 0.48 0.07 54.69 0.76 0.71
Hex ED E3 7C 0 4 30 7 37 4C 47
Octal 355 343 174 0 4 60 7 67 114 107
Binary 11101101 11100011 1111100 0 100 110000 111 110111 1001100 1000111

Color Harmonies of #EDE37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE37C

Black with #EDE37C

Text Example


Text Example

White with #EDE37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE37C; }

 p { color: rgb(237,227,124); }

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

background-color css

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

 a { background-color: rgb(237,227,124); }

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

border-color css

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

 span { border-color: rgb(237,227,124); }

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