Html Css Color HEX #EDE370 Texas

📋 copy color: '#EDE370'

red 237 ◦ green 227 ◦ blue 112

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

Shades of Texas #EDE370

Tints of Texas #EDE370

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.41%

 BLUE value IS 112 (44.14% from 255) = 19.44%

R = 41.15%
G = 39.41%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDE370 (or 0xEDE370) is known color: Texas. HEX triplet: ED, E3 and 70. RGB value is (237,227,112). Sum of RGB (Red+Green+Blue) = 237+227+112=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 112 (44.14% from 255 or 19.44% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE370 is #121C8F. Grayscale: #D9D9D9. Windows color (decimal): -1186960 or 7398381. OLE color: 7398381.

HSL color Cylindrical-coordinate representation of color #EDE370: hue angle of 55.2º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDE370 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 227 112 -
CMYK 0 0.04 0.53 0.07
HSL 55.2º 0.78% 0.68% -
HSV(B) 55.2º 0.53% 0.93% -
XYZ 65.32 74.11 26.19 -
YUV 216.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 237 227 112 0 0.04 0.53 0.07 55.2 0.78 0.68
Hex ED E3 70 0 4 35 7 37 4E 44
Octal 355 343 160 0 4 65 7 67 116 104
Binary 11101101 11100011 1110000 0 100 110101 111 110111 1001110 1000100

Color Harmonies of #EDE370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE370

Black with #EDE370

Text Example


Text Example

White with #EDE370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE370; }

 p { color: rgb(237,227,112); }

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

background-color css

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

 a { background-color: rgb(237,227,112); }

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

border-color css

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

 span { border-color: rgb(237,227,112); }

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