Html Css Color HEX #EDE474 Texas

📋 copy color: '#EDE474'

red 237 ◦ green 228 ◦ blue 116

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

Shades of Texas #EDE474

Tints of Texas #EDE474

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.24%

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

R = 40.79%
G = 39.24%
B = 19.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDE474 (or 0xEDE474) is known color: Texas. HEX triplet: ED, E4 and 74. RGB value is (237,228,116). Sum of RGB (Red+Green+Blue) = 237+228+116=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE474 is #121B8B. Grayscale: #DADADA. Windows color (decimal): -1186700 or 7660781. OLE color: 7660781.

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

Color convert

RGB 237 228 116 -
CMYK 0 0.04 0.51 0.07
HSL 55.54º 0.77% 0.69% -
HSV(B) 55.54º 0.51% 0.93% -
XYZ 65.82 74.75 27.48 -
YUV 217.92 70.48 141.61 -
System Red Green Blue C M Y K H S L
Decimal 237 228 116 0 0.04 0.51 0.07 55.54 0.77 0.69
Hex ED E4 74 0 4 33 7 38 4D 45
Octal 355 344 164 0 4 63 7 70 115 105
Binary 11101101 11100100 1110100 0 100 110011 111 111000 1001101 1000101

Color Harmonies of #EDE474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE474

Black with #EDE474

Text Example


Text Example

White with #EDE474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE474; }

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

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

background-color css

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

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

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

border-color css

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

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

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