Html Css Color HEX #EDE17D Texas

📋 copy color: '#EDE17D'

red 237 ◦ green 225 ◦ blue 125

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

Shades of Texas #EDE17D

Tints of Texas #EDE17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.29%

R = 40.37%
G = 38.33%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDE17D (or 0xEDE17D) is known color: Texas. HEX triplet: ED, E1 and 7D. RGB value is (237,225,125). Sum of RGB (Red+Green+Blue) = 237+225+125=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE17D is #121E82. Grayscale: #D9D9D9. Windows color (decimal): -1187459 or 8249837. OLE color: 8249837.

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

Color convert

RGB 237 225 125 -
CMYK 0 0.05 0.47 0.07
HSL 53.57º 0.76% 0.71% -
HSV(B) 53.57º 0.47% 0.93% -
XYZ 65.55 73.34 30.1 -
YUV 217.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 237 225 125 0 0.05 0.47 0.07 53.57 0.76 0.71
Hex ED E1 7D 0 5 2F 7 36 4C 47
Octal 355 341 175 0 5 57 7 66 114 107
Binary 11101101 11100001 1111101 0 101 101111 111 110110 1001100 1000111

Color Harmonies of #EDE17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE17D

Black with #EDE17D

Text Example


Text Example

White with #EDE17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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