Html Css Color HEX #EDE77C Texas

📋 copy color: '#EDE77C'

red 237 ◦ green 231 ◦ blue 124

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

Shades of Texas #EDE77C

Tints of Texas #EDE77C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.02%

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

R = 40.03%
G = 39.02%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDE77C (or 0xEDE77C) is known color: Texas. HEX triplet: ED, E7 and 7C. RGB value is (237,231,124). Sum of RGB (Red+Green+Blue) = 237+231+124=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 124 (48.83% from 255 or 20.95% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE77C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE77C is #121883. Grayscale: #DDDDDD. Windows color (decimal): -1185924 or 8185837. OLE color: 8185837.

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

Color convert

RGB 237 231 124 -
CMYK 0 0.03 0.48 0.07
HSL 56.81º 0.76% 0.71% -
HSV(B) 56.81º 0.48% 0.93% -
XYZ 67.14 76.61 30.32 -
YUV 220.6 73.49 139.7 -
System Red Green Blue C M Y K H S L
Decimal 237 231 124 0 0.03 0.48 0.07 56.81 0.76 0.71
Hex ED E7 7C 0 3 30 7 39 4C 47
Octal 355 347 174 0 3 60 7 71 114 107
Binary 11101101 11100111 1111100 0 11 110000 111 111001 1001100 1000111

Color Harmonies of #EDE77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE77C

Black with #EDE77C

Text Example


Text Example

White with #EDE77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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