Html Css Color HEX #EDE274 Texas

📋 copy color: '#EDE274'

red 237 ◦ green 226 ◦ blue 116

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

Shades of Texas #EDE274

Tints of Texas #EDE274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.03%

R = 40.93%
G = 39.03%
B = 20.03%

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

#EDE274 (or 0xEDE274) is known color: Texas. HEX triplet: ED, E2 and 74. RGB value is (237,226,116). Sum of RGB (Red+Green+Blue) = 237+226+116=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE274 is #121D8B. Grayscale: #D9D9D9. Windows color (decimal): -1187212 or 7660269. OLE color: 7660269.

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

Color convert

RGB 237 226 116 -
CMYK 0 0.05 0.51 0.07
HSL 54.55º 0.77% 0.69% -
HSV(B) 54.55º 0.51% 0.93% -
XYZ 65.27 73.66 27.3 -
YUV 216.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 237 226 116 0 0.05 0.51 0.07 54.55 0.77 0.69
Hex ED E2 74 0 5 33 7 37 4D 45
Octal 355 342 164 0 5 63 7 67 115 105
Binary 11101101 11100010 1110100 0 101 110011 111 110111 1001101 1000101

Color Harmonies of #EDE274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE274

Black with #EDE274

Text Example


Text Example

White with #EDE274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE274; }

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

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

background-color css

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

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

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

border-color css

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

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

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