Html Css Color HEX #ECDF74 Texas

📋 copy color: '#ECDF74'

red 236 ◦ green 223 ◦ blue 116

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

Shades of Texas #ECDF74

Tints of Texas #ECDF74

RGB

 RED value IS 236 (92.58% from 255) = 41.04%

 GREEN value IS 223 (87.5% from 255) = 38.78%

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

R = 41.04%
G = 38.78%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECDF74 (or 0xECDF74) is known color: Texas. HEX triplet: EC, DF and 74. RGB value is (236,223,116). Sum of RGB (Red+Green+Blue) = 236+223+116=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 116 (45.70% from 255 or 20.17% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF74 is #13208B. Grayscale: #D7D7D7. Windows color (decimal): -1253516 or 7659500. OLE color: 7659500.

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

Color convert

RGB 236 223 116 -
CMYK 0 0.06 0.51 0.07
HSL 53.5º 0.76% 0.69% -
HSV(B) 53.5º 0.51% 0.93% -
XYZ 64.13 71.87 27.02 -
YUV 214.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 236 223 116 0 0.06 0.51 0.07 53.5 0.76 0.69
Hex EC DF 74 0 6 33 7 36 4C 45
Octal 354 337 164 0 6 63 7 66 114 105
Binary 11101100 11011111 1110100 0 110 110011 111 110110 1001100 1000101

Color Harmonies of #ECDF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF74

Black with #ECDF74

Text Example


Text Example

White with #ECDF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF74; }

 p { color: rgb(236,223,116); }

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

background-color css

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

 a { background-color: rgb(236,223,116); }

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

border-color css

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

 span { border-color: rgb(236,223,116); }

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