Html Css Color HEX #EDE57D Texas

📋 copy color: '#EDE57D'

red 237 ◦ green 229 ◦ blue 125

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

Shades of Texas #EDE57D

Tints of Texas #EDE57D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.75%

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

R = 40.1%
G = 38.75%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDE57D (or 0xEDE57D) is known color: Texas. HEX triplet: ED, E5 and 7D. RGB value is (237,229,125). Sum of RGB (Red+Green+Blue) = 237+229+125=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE57D is #121A82. Grayscale: #DBDBDB. Windows color (decimal): -1186435 or 8250861. OLE color: 8250861.

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

Color convert

RGB 237 229 125 -
CMYK 0 0.03 0.47 0.07
HSL 55.71º 0.76% 0.71% -
HSV(B) 55.71º 0.47% 0.93% -
XYZ 66.65 75.52 30.47 -
YUV 219.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 237 229 125 0 0.03 0.47 0.07 55.71 0.76 0.71
Hex ED E5 7D 0 3 2F 7 38 4C 47
Octal 355 345 175 0 3 57 7 70 114 107
Binary 11101101 11100101 1111101 0 11 101111 111 111000 1001100 1000111

Color Harmonies of #EDE57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE57D

Black with #EDE57D

Text Example


Text Example

White with #EDE57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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