Html Css Color HEX #EDE975 Texas

📋 copy color: '#EDE975'

red 237 ◦ green 233 ◦ blue 117

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

Shades of Texas #EDE975

Tints of Texas #EDE975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.69%

 BLUE value IS 117 (46.09% from 255) = 19.93%

R = 40.37%
G = 39.69%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDE975 (or 0xEDE975) is known color: Texas. HEX triplet: ED, E9 and 75. RGB value is (237,233,117). Sum of RGB (Red+Green+Blue) = 237+233+117=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 117 (46.09% from 255 or 19.93% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE975 is #12168A. Grayscale: #DDDDDD. Windows color (decimal): -1185419 or 7727597. OLE color: 7727597.

HSL color Cylindrical-coordinate representation of color #EDE975: hue angle of 58º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDE975 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 233 117 -
CMYK 0 0.02 0.51 0.07
HSL 58º 0.77% 0.69% -
HSV(B) 58º 0.51% 0.93% -
XYZ 67.27 77.57 28.26 -
YUV 220.97 69.33 139.43 -
System Red Green Blue C M Y K H S L
Decimal 237 233 117 0 0.02 0.51 0.07 58 0.77 0.69
Hex ED E9 75 0 2 33 7 3A 4D 45
Octal 355 351 165 0 2 63 7 72 115 105
Binary 11101101 11101001 1110101 0 10 110011 111 111010 1001101 1000101

Color Harmonies of #EDE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE975

Black with #EDE975

Text Example


Text Example

White with #EDE975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE975; }

 p { color: rgb(237,233,117); }

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

background-color css

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

 a { background-color: rgb(237,233,117); }

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

border-color css

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

 span { border-color: rgb(237,233,117); }

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