Html Css Color HEX #EDE275 Texas

📋 copy color: '#EDE275'

red 237 ◦ green 226 ◦ blue 117

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

Shades of Texas #EDE275

Tints of Texas #EDE275

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.97%

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

R = 40.86%
G = 38.97%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDE275 (or 0xEDE275) is known color: Texas. HEX triplet: ED, E2 and 75. RGB value is (237,226,117). Sum of RGB (Red+Green+Blue) = 237+226+117=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 226 (88.67% from 255 or 38.97% from 580); Blue value is 117 (46.09% from 255 or 20.17% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE275 is #121D8A. Grayscale: #D9D9D9. Windows color (decimal): -1187211 or 7725805. OLE color: 7725805.

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

Color convert

RGB 237 226 117 -
CMYK 0 0.05 0.51 0.07
HSL 54.5º 0.77% 0.69% -
HSV(B) 54.5º 0.51% 0.93% -
XYZ 65.33 73.68 27.61 -
YUV 216.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 237 226 117 0 0.05 0.51 0.07 54.5 0.77 0.69
Hex ED E2 75 0 5 33 7 36 4D 45
Octal 355 342 165 0 5 63 7 66 115 105
Binary 11101101 11100010 1110101 0 101 110011 111 110110 1001101 1000101

Color Harmonies of #EDE275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE275

Black with #EDE275

Text Example


Text Example

White with #EDE275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE275; }

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

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

background-color css

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

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

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

border-color css

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

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

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